#060D86

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

Shades of Dark Blue #060D86

Tints of Dark Blue #060D86

Color information

#060D86 (or 0x060D86) is unknown color: approx Dark Blue. HEX triplet: 06, 0D and 86. RGB value is (6,13,134). Sum of RGB (Red+Green+Blue) = 6+13+134=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #060D86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060D86 is #F9F279. Grayscale: #181818. Windows color (decimal): -16380538 or 8785158. OLE color: 8785158.

HSL color Cylindrical-coordinate representation of color #060D86: hue angle of 236.72º 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 #060D86 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB613134-
CMYK0.960.9000.47
HSL236.72º91.43%27.45%-
HSV(B)236.72º95.52%52.55%-
XYZ4.522.0522.71-
YUV24.7189.68114.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 134 (52.73% from 255) = 87.58%
R=3.92%
G=8.50%
B=87.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6131340.960.9000.47236.7291.4327.45
Hex6D86605A02Fed5b1b
Octal61520614013205735513333
Binary11011011000011011000001011010010111111101101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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