#060C81

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

Shades of Navy #060C81

Tints of Navy #060C81

Color information

#060C81 (or 0x060C81) is unknown color: approx Navy. HEX triplet: 06, 0C and 81. RGB value is (6,12,129). Sum of RGB (Red+Green+Blue) = 6+12+129=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 12 (5.08% from 255 or 8.16% from 147); Blue value is 129 (50.78% from 255 or 87.76% from 147); Max value from RGB is 129 - color contains mainly: blue. Hex color #060C81 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C81 is #F9F37E. Grayscale: #171717. Windows color (decimal): -16380799 or 8457222. OLE color: 8457222.

HSL color Cylindrical-coordinate representation of color #060C81: hue angle of 237.07º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #060C81 is Cyan = 0.95, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB612129-
CMYK0.950.9100.49
HSL237.07º91.11%26.47%-
HSV(B)237.07º95.35%50.59%-
XYZ4.171.8920.91-
YUV23.54187.51115.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 12 (5.08% from 255) = 8.16%
BLUE value IS 129 (50.78% from 255) = 87.76%
R=4.08%
G=8.16%
B=87.76%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6121290.950.9100.49237.0791.1126.47
Hex6C815F5B031ed5b1a
Octal61420113713306135513332
Binary11011001000000110111111011011011000111101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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