#060C70

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

Shades of Navy #060C70

Tints of Navy #060C70

Color information

#060C70 (or 0x060C70) is unknown color: approx Navy. HEX triplet: 06, 0C and 70. RGB value is (6,12,112). Sum of RGB (Red+Green+Blue) = 6+12+112=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #060C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C70 is #F9F38F. Grayscale: #151515. Windows color (decimal): -16380816 or 7343110. OLE color: 7343110.

HSL color Cylindrical-coordinate representation of color #060C70: hue angle of 236.6º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C70 is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB612112-
CMYK0.950.8900.56
HSL236.6º89.83%23.14%-
HSV(B)236.6º94.64%43.92%-
XYZ3.131.4715.45-
YUV21.61179.01116.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=4.62%
G=9.23%
B=86.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6121120.950.8900.56236.689.8323.14
Hex6C705F59038ed5a17
Octal61416013713107035513227
Binary1101100111000010111111011001011100011101101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060C70; }

 p { color: rgb(6,12,112); }

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

<style>
 a { background-color: #060C70; }

 a { background-color: rgb(6,12,112); }

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

<style>
 span { border-color: #060C70; }

 span { border-color: rgb(6,12,112); }

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