#060C85

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

Shades of Navy #060C85

Tints of Navy #060C85

Color information

#060C85 (or 0x060C85) is unknown color: approx Navy. HEX triplet: 06, 0C and 85. RGB value is (6,12,133). Sum of RGB (Red+Green+Blue) = 6+12+133=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 133 (52.34% from 255 or 88.08% from 151); Max value from RGB is 133 - color contains mainly: blue. Hex color #060C85 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C85 is #F9F37A. Grayscale: #171717. Windows color (decimal): -16380795 or 8719366. OLE color: 8719366.

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

Color convert

RGB612133-
CMYK0.950.9100.48
HSL237.17º91.37%27.25%-
HSV(B)237.17º95.49%52.16%-
XYZ4.44222.34-
YUV24189.51115.16-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 133 (52.34% from 255) = 88.08%
R=3.97%
G=7.95%
B=88.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6121330.950.9100.48237.1791.3727.25
Hex6C855F5B030ed5b1b
Octal61420513713306035513333
Binary11011001000010110111111011011011000011101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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