COLOR #02131E

HEX: #02131E
RGB: (2,19,30)

Color info

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

RGB color model

#02131E color RGB value is (2,19,30).

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

RGB channels and saturation

R 2 of 255 = 1%
G 19 of 255 = 7%
B 30 of 255 = 12%

2
19
30

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

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 30 = 51 (100%)
R 2 of 51 ~ 3.92%
G 19 of 51 ~ 37.25%
B 30 of 51 ~ 58.82%

%37.25
%58.82

CMYK color model

#02131E color CMYK value is (93,37,0,88).

  • cyan value is 93.33%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 88.24%
CMYK:
(93,37,0,88)
C93M37Y0K88 
(93%,37%,0%,88%)
(0.93/0.37/0.00/0.88)	

CMYK percentages

%93.33
%36.67
%0
%88.24

Codes

Color #02131E in popluar color models

02131E
RGB21930
HSL204°87.50%6.27%
HSB/HSV204°93.33%11.76%
CMYK93.33%36.67%0.00%
88.24%

Color #02131E in popluar number systems.

HEX02131E
Decimal21930
Binary101001111110
Octal22336

Shades and tints

Shades of #02131E

#02131E
(2,19,30)
#02121C
(2,18,28)
#02111A
(2,17,26)
#021018
(2,16,24)
#020F16
(2,15,22)
#020E14
(2,14,20)
#020D12
(2,13,18)
#020C10
(2,12,16)
#020B0E
(2,11,14)
#020A0C
(2,10,12)
#02090A
(2,9,10)
#000000
(0,0,0)

Tints of #02131E

#02131E
(2,19,30)
#192832
(25,40,50)
#303D46
(48,61,70)
#47525A
(71,82,90)
#5E676E
(94,103,110)
#757C82
(117,124,130)
#8C9196
(140,145,150)
#A3A6AA
(163,166,170)
#BABBBE
(186,187,190)
#D1D0D2
(209,208,210)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02131E; }

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

This text font color is #02131E.


Background Color

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

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

This div background color is #02131E.


Border color

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

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

This div border color is #02131E.


Opacity

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

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

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

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

This text has shadow with #02131E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02131E on black background.


Color preview on white background

This text has color #02131E on white background.



Black color preview on #02131E background

This text has black color on #02131E background.


White color preview on #02131E background

This text has white color on #02131E background.