#020C7C

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

Shades of Navy #020C7C

Tints of Navy #020C7C

Color information

#020C7C (or 0x020C7C) is unknown color: approx Navy. HEX triplet: 02, 0C and 7C. RGB value is (2,12,124). Sum of RGB (Red+Green+Blue) = 2+12+124=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 124 (48.83% from 255 or 89.86% from 138); Max value from RGB is 124 - color contains mainly: blue. Hex color #020C7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C7C is #FDF383. Grayscale: #151515. Windows color (decimal): -16642948 or 8129538. OLE color: 8129538.

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

Color convert

RGB212124-
CMYK0.980.9000.51
HSL235.08º96.83%24.71%-
HSV(B)235.08º98.39%48.63%-
XYZ3.791.7319.2-
YUV21.78185.69113.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 124 (48.83% from 255) = 89.86%
R=1.45%
G=8.70%
B=89.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2121240.980.9000.51235.0896.8324.71
Hex2C7C625A033eb6119
Octal21417414213206335314131
Binary101100111110011000101011010011001111101011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020C7C; }

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

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

<style>
 a { background-color: #020C7C; }

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

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

<style>
 span { border-color: #020C7C; }

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

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