Html Css Color HEX #02117C Navy

📋 copy color: '#02117C'

red 2 ◦ green 17 ◦ blue 124

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

Shades of Navy #02117C

Tints of Navy #02117C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 124 (48.83% from 255) = 86.71%

R = 1.4%
G = 11.89%
B = 86.71%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#02117C (or 0x02117C) is known color: Navy. HEX triplet: 02, 11 and 7C. RGB value is (2,17,124). Sum of RGB (Red+Green+Blue) = 2+17+124=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 124 (48.83% from 255 or 86.71% from 143); Max value from RGB is 124 - color contains mainly: blue. Hex color #02117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02117C is #FDEE83. Grayscale: #181818. Windows color (decimal): -16641668 or 8130818. OLE color: 8130818.

HSL color Cylindrical-coordinate representation of color #02117C: hue angle of 232.62º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02117C is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 17 124 -
CMYK 0.98 0.86 0 0.51
HSL 232.62º 0.97% 0.25% -
HSV(B) 232.62º 0.98% 0.49% -
XYZ 3.86 1.87 19.23 -
YUV 24.71 184.03 111.8 -
System Red Green Blue C M Y K H S L
Decimal 2 17 124 0.98 0.86 0 0.51 232.62 0.97 0.25
Hex 2 11 7C 62 56 0 33 E9 61 19
Octal 2 21 174 142 126 0 63 351 141 31
Binary 10 10001 1111100 1100010 1010110 0 110011 11101001 1100001 11001

Color Harmonies of #02117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02117C

Black with #02117C

Text Example


Text Example

White with #02117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02117C; }

 p { color: rgb(2,17,124); }

 H1.HeaderClassName
 {
   color: #02117C;
 }
 .AnyTagClassName
 {
   color: #02117C;
 }
</style>

background-color css

<style>
 a { background-color: #02117C; }

 a { background-color: rgb(2,17,124); }

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

border-color css

<style>
 span { border-color: #02117C; }

 span { border-color: rgb(2,17,124); }

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