#02117B

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

Shades of Navy #02117B

Tints of Navy #02117B

Color information

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

RGB217123-
CMYK0.980.8600.52
HSL232.56º96.8%24.51%-
HSV(B)232.56º98.37%48.24%-
XYZ3.81.8418.89-
YUV24.6183.53111.88-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2171230.980.8600.52232.5696.824.51
Hex2117B6256034e96119
Octal22117314212606435114131
Binary1010001111101111000101010110011010011101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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