#02117C

Color #02117C Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #02117C

Tints of Navy #02117C

Color information

#02117C (or 0x02117C) is unknown color: approx 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

RGB217124-
CMYK0.980.8600.51
HSL232.62º96.83%24.71%-
HSV(B)232.62º98.39%48.63%-
XYZ3.861.8719.23-
YUV24.71184.03111.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.40%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 124 (48.83% from 255) = 86.71%
R=1.40%
G=11.89%
B=86.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2171240.980.8600.51232.6296.8324.71
Hex2117C6256033e96119
Octal22117414212606335114131
Binary1010001111110011000101010110011001111101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>