#020C75

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

Shades of Navy #020C75

Tints of Navy #020C75

Color information

#020C75 (or 0x020C75) is unknown color: approx Navy. HEX triplet: 02, 0C and 75. RGB value is (2,12,117). Sum of RGB (Red+Green+Blue) = 2+12+117=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 117 (46.09% from 255 or 89.31% from 131); Max value from RGB is 117 - color contains mainly: blue. Hex color #020C75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020C75 is #FDF38A. Grayscale: #141414. Windows color (decimal): -16642955 or 7670786. OLE color: 7670786.

HSL color Cylindrical-coordinate representation of color #020C75: hue angle of 234.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020C75 is Cyan = 0.98, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB212117-
CMYK0.980.9000.54
HSL234.78º96.64%23.33%-
HSV(B)234.78º98.29%45.88%-
XYZ3.371.5616.95-
YUV20.98182.19114.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 117 (46.09% from 255) = 89.31%
R=1.53%
G=9.16%
B=89.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2121170.980.9000.54234.7896.6423.33
Hex2C75625A036eb6117
Octal21416514213206635314127
Binary101100111010111000101011010011011011101011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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