COLOR #02131B

HEX: #02131B
RGB: (2,19,27)

Color info

#02131B contains red, green and blue colors in about the same proportion. Web safe color of #02131B is #000033 (or #003).

RGB color model

#02131B color RGB value is (2,19,27).

  • red value is 2;
  • green value is 19;
  • blue value is 27.
RGB:
(2,19,27)
(1%,7%,11%)

RGB channels and saturation

R 2 of 255 = 1%
G 19 of 255 = 7%
B 27 of 255 = 11%

2
19
27

R + G + B ~ 6%. #02131B is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 27 = 48 (100%)
R 2 of 48 ~ 4.17%
G 19 of 48 ~ 39.58%
B 27 of 48 ~ 56.25%

%39.58
%56.25

CMYK color model

#02131B color CMYK value is (93,30,0,89).

  • cyan value is 92.59%
  • magenta value is 29.63%
  • yellow value is 0.00%
  • key color value is 89.41%
CMYK:
(93,30,0,89)
C93M30Y0K89 
(93%,30%,0%,89%)
(0.93/0.30/0.00/0.89)	

CMYK percentages

%92.59
%29.63
%0
%89.41

Codes

Color #02131B in popluar color models

02131B
RGB21927
HSL199°86.21%5.69%
HSB/HSV199°92.59%10.59%
CMYK92.59%29.63%0.00%
89.41%

Color #02131B in popluar number systems.

HEX02131B
Decimal21927
Binary101001111011
Octal22333

Shades and tints

Shades of #02131B

#02131B
(2,19,27)
#021219
(2,18,25)
#021117
(2,17,23)
#021015
(2,16,21)
#020F13
(2,15,19)
#020E11
(2,14,17)
#020D0F
(2,13,15)
#020C0D
(2,12,13)
#020B0B
(2,11,11)
#020A09
(2,10,9)
#020907
(2,9,7)
#000000
(0,0,0)

Tints of #02131B

#02131B
(2,19,27)
#19282F
(25,40,47)
#303D43
(48,61,67)
#475257
(71,82,87)
#5E676B
(94,103,107)
#757C7F
(117,124,127)
#8C9193
(140,145,147)
#A3A6A7
(163,166,167)
#BABBBB
(186,187,187)
#D1D0CF
(209,208,207)
#E8E5E3
(232,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02131B color. Also use rgb(2,19,27) instead hex code.

Text Font Color

.myTextColor { color: #02131B; }

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

This text font color is #02131B.


Background Color

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

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

This div background color is #02131B.


Border color

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

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

This div border color is #02131B.


Opacity

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

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

Text with #02131B 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 #02131B;}

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

This text has shadow with #02131B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02131B on black background.


Color preview on white background

This text has color #02131B on white background.



Black color preview on #02131B background

This text has black color on #02131B background.


White color preview on #02131B background

This text has white color on #02131B background.