Shades of Dark Blue #060C90
Tints of Dark Blue #060C90
RGB
CMYK
RGB Variations
Color information
#060C90 (or 0x060C90) is known color: Dark Blue. HEX triplet: 06, 0C and 90. RGB value is (6,12,144). Sum of RGB (Red+Green+Blue) = 6+12+144=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 12 (5.08% from 255 or 7.41% from 162); Blue value is 144 (56.64% from 255 or 88.89% from 162); Max value from RGB is 144 - color contains mainly: blue. Hex color #060C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C90 is #F9F36F. Grayscale: #181818. Windows color (decimal): -16380784 or 9440262. OLE color: 9440262.
HSL color Cylindrical-coordinate representation of color #060C90: hue angle of 237.39º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060C90 is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 12 | 144 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.44 |
| HSL | 237.39º | 0.92% | 0.29% | - |
| HSV(B) | 237.39º | 0.96% | 0.56% | - |
| XYZ | 5.24 | 2.32 | 26.56 | - |
| YUV | 25.25 | 195.01 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 144 | 0.96 | 0.92 | 0 | 0.44 | 237.39 | 0.92 | 0.29 |
| Hex | 6 | C | 90 | 60 | 5C | 0 | 2C | ED | 5C | 1D |
| Octal | 6 | 14 | 220 | 140 | 134 | 0 | 54 | 355 | 134 | 35 |
| Binary | 110 | 1100 | 10010000 | 1100000 | 1011100 | 0 | 101100 | 11101101 | 1011100 | 11101 |
Color Harmonies of #060C90
Complementary color
Monochromatic Colors of #060C90
Black with #060C90
Text Example
Text Example
White with #060C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C90; }
p { color: rgb(6,12,144); }
H1.HeaderClassName
{
color: #060C90;
}
.AnyTagClassName
{
color: #060C90;
}
</style>
background-color css
<style>
a { background-color: #060C90; }
a { background-color: rgb(6,12,144); }
div.DivClassName
{
background-color: #060C90;
}
.BgClassName
{
background-color: #060C90;
}
</style>
border-color css
<style>
span { border-color: #060C90; }
span { border-color: rgb(6,12,144); }
td.TdClassName
{
border-color: #060C90;
}
.TagClassName
{
border-color: #060C90;
}
</style>