#02107F

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

Shades of Navy #02107F

Tints of Navy #02107F

Color information

#02107F (or 0x02107F) is unknown color: approx Navy. HEX triplet: 02, 10 and 7F. RGB value is (2,16,127). Sum of RGB (Red+Green+Blue) = 2+16+127=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 127 (50% from 255 or 87.59% from 145); Max value from RGB is 127 - color contains mainly: blue. Hex color #02107F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02107F is #FDEF80. Grayscale: #181818. Windows color (decimal): -16641921 or 8327170. OLE color: 8327170.

HSL color Cylindrical-coordinate representation of color #02107F: hue angle of 233.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02107F is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB216127-
CMYK0.980.8700.50
HSL233.28º96.9%25.29%-
HSV(B)233.28º98.43%49.8%-
XYZ4.041.9220.24-
YUV24.47185.86111.97-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 16 (6.64% from 255) = 11.03%
BLUE value IS 127 (50% from 255) = 87.59%
R=1.38%
G=11.03%
B=87.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2161270.980.8700.50233.2896.925.29
Hex2107F6257032e96119
Octal22017714212706235114131
Binary1010000111111111000101010111011001011101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02107F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02107F; }

 p { color: rgb(2,16,127); }

 H1.HeaderClassName
 {
   color: #02107F;
 }
 .AnyTagClassName
 {
   color: #02107F;
 }
</style>
background-color css

<style>
 a { background-color: #02107F; }

 a { background-color: rgb(2,16,127); }

 div.DivClassName
 {
   background-color: #02107F;
 }
 .BgClassName
 {
   background-color: #02107F;
 }
</style>
border-color css

<style>
 span { border-color: #02107F; }

 span { border-color: rgb(2,16,127); }

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