Html Css Color HEX #02178E Dark Blue

📋 copy color: '#02178E'

red 2 ◦ green 23 ◦ blue 142

#02178E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #02178E

Tints of Dark Blue #02178E

RGB

 RED value IS 2 (1.17% from 255) = 1.2%

 GREEN value IS 23 (9.38% from 255) = 13.77%

 BLUE value IS 142 (55.86% from 255) = 85.03%

R = 1.2%
G = 13.77%
B = 85.03%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#02178E (or 0x02178E) is known color: Dark Blue. HEX triplet: 02, 17 and 8E. RGB value is (2,23,142). Sum of RGB (Red+Green+Blue) = 2+23+142=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 142 (55.86% from 255 or 85.03% from 167); Max value from RGB is 142 - color contains mainly: blue. Hex color #02178E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02178E is #FDE871. Grayscale: #1D1D1D. Windows color (decimal): -16640114 or 9312002. OLE color: 9312002.

HSL color Cylindrical-coordinate representation of color #02178E: hue angle of 231º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02178E is Cyan = 0.99, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 23 142 -
CMYK 0.99 0.84 0 0.44
HSL 231º 0.97% 0.28% -
HSV(B) 231º 0.99% 0.56% -
XYZ 5.21 2.58 25.81 -
YUV 30.29 191.04 107.82 -
System Red Green Blue C M Y K H S L
Decimal 2 23 142 0.99 0.84 0 0.44 231 0.97 0.28
Hex 2 17 8E 63 54 0 2C E7 61 1C
Octal 2 27 216 143 124 0 54 347 141 34
Binary 10 10111 10001110 1100011 1010100 0 101100 11100111 1100001 11100

Color Harmonies of #02178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02178E

Black with #02178E

Text Example


Text Example

White with #02178E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02178E; }

 p { color: rgb(2,23,142); }

 H1.HeaderClassName
 {
   color: #02178E;
 }
 .AnyTagClassName
 {
   color: #02178E;
 }
</style>

background-color css

<style>
 a { background-color: #02178E; }

 a { background-color: rgb(2,23,142); }

 div.DivClassName
 {
   background-color: #02178E;
 }
 .BgClassName
 {
   background-color: #02178E;
 }
</style>

border-color css

<style>
 span { border-color: #02178E; }

 span { border-color: rgb(2,23,142); }

 td.TdClassName
 {
   border-color: #02178E;
 }
 .TagClassName
 {
   border-color: #02178E;
 }
</style>