COLOR #00041B

HEX: #00041B
RGB: (0,4,27)

Renk bilgisi

#00041B contains only green and blue colors. #00041B ‘ nin web güvenlik rengi #000033 (ya da #003) dir.

RGB renk modeli

#00041B color RGB value is (0,4,27).

  • kırmız ton 0;
  • yeşil ton 4;
  • mavi ton 27.
RGB:
(0,4,27)
(0%,2%,11%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 4 of 255 = 2%
B 27 of 255 = 11%

0
4
27

R + G + B ~ 4%. #00041B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 4 + 27 = 31 (100%)
R 0 of 31 ~ 0%
G 4 of 31 ~ 12.9%
B 27 of 31 ~ 87.1%

%12.9
%87.1

CMYK RENK MODELİ

#00041B rengi CMYK tonu (100,85,0,89).

  • camgöbeği tonu 100.00%
  • eflatun tonu 85.19%
  • sarı tonu 0.00%
  • ana renk tonu 89.41%
CMYK:
(100,85,0,89)
C100M85Y0K89 
(100%,85%,0%,89%)
(1.00/0.85/0.00/0.89)	

CMYK yüzdeleri

%100
%85.19
%0
%89.41

Codes

Color #00041B in popluar color models

00041B
RGB0427
HSL231°100.00%5.29%
HSB/HSV231°100.00%10.59%
CMYK100.00%85.19%0.00%
89.41%

Color #00041B in popluar number systems.

HEX00041B
Decimal0427
Binary010011011
Octal0433

Shades and tints

Shades of #00041B

#00041B
(0,4,27)
#000419
(0,4,25)
#000417
(0,4,23)
#000415
(0,4,21)
#000413
(0,4,19)
#000411
(0,4,17)
#00040F
(0,4,15)
#00040D
(0,4,13)
#00040B
(0,4,11)
#000409
(0,4,9)
#000407
(0,4,7)
#000000
(0,0,0)

Tints of #00041B

#00041B
(0,4,27)
#171A2F
(23,26,47)
#2E3043
(46,48,67)
#454657
(69,70,87)
#5C5C6B
(92,92,107)
#73727F
(115,114,127)
#8A8893
(138,136,147)
#A19EA7
(161,158,167)
#B8B4BB
(184,180,187)
#CFCACF
(207,202,207)
#E6E0E3
(230,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00041B color. Also use rgb(0,4,27) instead hex code.

Text Font Color

.myTextColor { color: #00041B; }

<p style="color:#00041B">This sample text font color is #00041B.</p>

This text font color is #00041B.


Background Color

.myBgColor { background-color: #00041B; }

<div style="background-color:#00041B">Inner text</div>

This div background color is #00041B.


Border color

.myBorderColor { border: 1px solid #00041B; }

<div style="border:3px solid #00041B">Div</div>

This div border color is #00041B.


Opacity

.myOpacity80 { color: #00041B; opacity: 0.8; }

<p style="color:#00041B;opacity:0.8;">80%</p>

Text with #00041B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #00041B;}

<p style="text-shadow: 3px 3px 1px #00041B">Text here.</p>

This text has shadow with #00041B color.

.textShadow {text-shadow: 3px 3px 1px #00041B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #00041B, 5px 5px 20px red">Text here.</p>

This text has shadow with #00041B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#00041B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#00041B, Direction=45, Strength=4)">Text</p>

This text has shadow with #00041B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #00041B;
  -webkit-box-shadow:	1px 1px 3px 2px #00041B;
  box-shadow:		1px 1px 3px 2px #00041B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #00041B;
-webkit-box-shadow: 1px 1px 3px 2px #00041B;
box-shadow:1px 1px 3px 2px #00041B;">
Div content here</div>
This div box has shadow with color #00041B.

Preview

Color preview on black background

This text has color #00041B on black background.


Color preview on white background

This text has color #00041B on white background.



Black color preview on #00041B background

This text has black color on #00041B background.


White color preview on #00041B background

This text has white color on #00041B background.