Html Css Color HEX #02117D Navy

📋 copy color: '#02117D'

red 2 ◦ green 17 ◦ blue 125

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

Shades of Navy #02117D

Tints of Navy #02117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 86.81%

R = 1.39%
G = 11.81%
B = 86.81%

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

#02117D (or 0x02117D) is known color: Navy. HEX triplet: 02, 11 and 7D. RGB value is (2,17,125). Sum of RGB (Red+Green+Blue) = 2+17+125=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 125 (49.22% from 255 or 86.81% from 144); Max value from RGB is 125 - color contains mainly: blue. Hex color #02117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02117D is #FDEE82. Grayscale: #181818. Windows color (decimal): -16641667 or 8196354. OLE color: 8196354.

HSL color Cylindrical-coordinate representation of color #02117D: hue angle of 232.68º 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 #02117D is Cyan = 0.98, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 17 125 -
CMYK 0.98 0.86 0 0.51
HSL 232.68º 0.97% 0.25% -
HSV(B) 232.68º 0.98% 0.49% -
XYZ 3.93 1.89 19.56 -
YUV 24.83 184.53 111.72 -
System Red Green Blue C M Y K H S L
Decimal 2 17 125 0.98 0.86 0 0.51 232.68 0.97 0.25
Hex 2 11 7D 62 56 0 33 E9 61 19
Octal 2 21 175 142 126 0 63 351 141 31
Binary 10 10001 1111101 1100010 1010110 0 110011 11101001 1100001 11001

Color Harmonies of #02117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02117D

Black with #02117D

Text Example


Text Example

White with #02117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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