COLOR #02119D

HEX: #02119D
RGB: (2,17,157)

Color info

#02119D contains mainly blue color. Web safe color of #02119D is #000099 (or #009).

RGB color model

#02119D color RGB value is (2,17,157).

  • red value is 2;
  • green value is 17;
  • blue value is 157.
RGB:
(2,17,157)
(1%,7%,62%)

RGB channels and saturation

R 2 of 255 = 1%
G 17 of 255 = 7%
B 157 of 255 = 62%

2
17
157

R + G + B ~ 23%. #02119D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 17 + 157 = 176 (100%)
R 2 of 176 ~ 1.14%
G 17 of 176 ~ 9.66%
B 157 of 176 ~ 89.2%

%9.66
%89.2

CMYK color model

#02119D color CMYK value is (99,89,0,38).

  • cyan value is 98.73%
  • magenta value is 89.17%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(99,89,0,38)
C99M89Y0K38 
(99%,89%,0%,38%)
(0.99/0.89/0.00/0.38)	

CMYK percentages

%98.73
%89.17
%0
%38.43

Codes

Color #02119D in popluar color models

02119D
RGB217157
HSL234°97.48%31.18%
HSB/HSV234°98.73%61.57%
CMYK98.73%89.17%0.00%
38.43%

Color #02119D in popluar number systems.

HEX02119D
Decimal217157
Binary101000110011101
Octal221235

Shades and tints

Shades of #02119D

#02119D
(2,17,157)
#02108F
(2,16,143)
#020F81
(2,15,129)
#020E73
(2,14,115)
#020D65
(2,13,101)
#020C57
(2,12,87)
#020B49
(2,11,73)
#020A3B
(2,10,59)
#02092D
(2,9,45)
#02081F
(2,8,31)
#020711
(2,7,17)
#000000
(0,0,0)

Tints of #02119D

#02119D
(2,17,157)
#1926A5
(25,38,165)
#303BAD
(48,59,173)
#4750B5
(71,80,181)
#5E65BD
(94,101,189)
#757AC5
(117,122,197)
#8C8FCD
(140,143,205)
#A3A4D5
(163,164,213)
#BAB9DD
(186,185,221)
#D1CEE5
(209,206,229)
#E8E3ED
(232,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02119D color. Also use rgb(2,17,157) instead hex code.

Text Font Color

.myTextColor { color: #02119D; }

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

This text font color is #02119D.


Background Color

.myBgColor { background-color: #02119D; }

<div style="background-color:#02119D">Inner text</div>

This div background color is #02119D.


Border color

.myBorderColor { border: 1px solid #02119D; }

<div style="border:3px solid #02119D">Div</div>

This div border color is #02119D.


Opacity

.myOpacity80 { color: #02119D; opacity: 0.8; }

<p style="color:#02119D;opacity:0.8;">80%</p>

Text with #02119D 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 #02119D;}

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

This text has shadow with #02119D color.

.textShadow {text-shadow: 3px 3px 1px #02119D, 3px 3px 1px red;}

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

This text has shadow with #02119D primary color and red secondary color.


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

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

This text has shadow with #02119D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02119D on black background.


Color preview on white background

This text has color #02119D on white background.



Black color preview on #02119D background

This text has black color on #02119D background.


White color preview on #02119D background

This text has white color on #02119D background.