#060C86

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

Shades of Dark Blue #060C86

Tints of Dark Blue #060C86

Color information

#060C86 (or 0x060C86) is unknown color: approx Dark Blue. HEX triplet: 06, 0C and 86. RGB value is (6,12,134). Sum of RGB (Red+Green+Blue) = 6+12+134=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 134 (52.73% from 255 or 88.16% from 152); Max value from RGB is 134 - color contains mainly: blue. Hex color #060C86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C86 is #F9F379. Grayscale: #171717. Windows color (decimal): -16380794 or 8784902. OLE color: 8784902.

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

Color convert

RGB612134-
CMYK0.960.9100.47
HSL237.19º91.43%27.45%-
HSV(B)237.19º95.52%52.55%-
XYZ4.512.0222.71-
YUV24.11190.01115.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 134 (52.73% from 255) = 88.16%
R=3.95%
G=7.89%
B=88.16%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6121340.960.9100.47237.1991.4327.45
Hex6C86605B02Fed5b1b
Octal61420614013305735513333
Binary11011001000011011000001011011010111111101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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