Html Css Color HEX #02117B Navy

📋 copy color: '#02117B'

red 2 ◦ green 17 ◦ blue 123

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

Shades of Navy #02117B

Tints of Navy #02117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 86.62%

R = 1.41%
G = 11.97%
B = 86.62%

CMYK

 C value IS 0.98

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02117B (or 0x02117B) is known color: Navy. HEX triplet: 02, 11 and 7B. RGB value is (2,17,123). Sum of RGB (Red+Green+Blue) = 2+17+123=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 123 (48.44% from 255 or 86.62% from 142); Max value from RGB is 123 - color contains mainly: blue. Hex color #02117B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02117B is #FDEE84. Grayscale: #181818. Windows color (decimal): -16641669 or 8065282. OLE color: 8065282.

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

Color convert

RGB 2 17 123 -
CMYK 0.98 0.86 0 0.52
HSL 232.56º 0.97% 0.25% -
HSV(B) 232.56º 0.98% 0.48% -
XYZ 3.8 1.84 18.89 -
YUV 24.6 183.53 111.88 -
System Red Green Blue C M Y K H S L
Decimal 2 17 123 0.98 0.86 0 0.52 232.56 0.97 0.25
Hex 2 11 7B 62 56 0 34 E9 61 19
Octal 2 21 173 142 126 0 64 351 141 31
Binary 10 10001 1111011 1100010 1010110 0 110100 11101001 1100001 11001

Color Harmonies of #02117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02117B

Black with #02117B

Text Example


Text Example

White with #02117B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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