#02107C

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

Shades of Navy #02107C

Tints of Navy #02107C

Color information

#02107C (or 0x02107C) is unknown color: approx Navy. HEX triplet: 02, 10 and 7C. RGB value is (2,16,124). Sum of RGB (Red+Green+Blue) = 2+16+124=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 124 (48.83% from 255 or 87.32% from 142); Max value from RGB is 124 - color contains mainly: blue. Hex color #02107C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02107C is #FDEF83. Grayscale: #171717. Windows color (decimal): -16641924 or 8130562. OLE color: 8130562.

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

Color convert

RGB216124-
CMYK0.980.8700.51
HSL233.11º96.83%24.71%-
HSV(B)233.11º98.39%48.63%-
XYZ3.851.8419.22-
YUV24.13184.36112.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.41%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 124 (48.83% from 255) = 87.32%
R=1.41%
G=11.27%
B=87.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2161240.980.8700.51233.1196.8324.71
Hex2107C6257033e96119
Octal22017414212706335114131
Binary1010000111110011000101010111011001111101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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