Shades of Dark Blue #060C8F
Tints of Dark Blue #060C8F
RGB
CMYK
RGB Variations
Color information
#060C8F (or 0x060C8F) is known color: Dark Blue. HEX triplet: 06, 0C and 8F. RGB value is (6,12,143). Sum of RGB (Red+Green+Blue) = 6+12+143=161 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.73% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 143 (56.25% from 255 or 88.82% from 161); Max value from RGB is 143 - color contains mainly: blue. Hex color #060C8F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C8F is #F9F370. Grayscale: #181818. Windows color (decimal): -16380785 or 9374726. OLE color: 9374726.
HSL color Cylindrical-coordinate representation of color #060C8F: hue angle of 237.37º 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 #060C8F is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 12 | 143 | - |
| CMYK | 0.96 | 0.92 | 0 | 0.44 |
| HSL | 237.37º | 0.92% | 0.29% | - |
| HSV(B) | 237.37º | 0.96% | 0.56% | - |
| XYZ | 5.16 | 2.28 | 26.16 | - |
| YUV | 25.14 | 194.51 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 12 | 143 | 0.96 | 0.92 | 0 | 0.44 | 237.37 | 0.92 | 0.29 |
| Hex | 6 | C | 8F | 60 | 5C | 0 | 2C | ED | 5C | 1D |
| Octal | 6 | 14 | 217 | 140 | 134 | 0 | 54 | 355 | 134 | 35 |
| Binary | 110 | 1100 | 10001111 | 1100000 | 1011100 | 0 | 101100 | 11101101 | 1011100 | 11101 |
Color Harmonies of #060C8F
Complementary color
Monochromatic Colors of #060C8F
Black with #060C8F
Text Example
Text Example
White with #060C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060C8F; }
p { color: rgb(6,12,143); }
H1.HeaderClassName
{
color: #060C8F;
}
.AnyTagClassName
{
color: #060C8F;
}
</style>
background-color css
<style>
a { background-color: #060C8F; }
a { background-color: rgb(6,12,143); }
div.DivClassName
{
background-color: #060C8F;
}
.BgClassName
{
background-color: #060C8F;
}
</style>
border-color css
<style>
span { border-color: #060C8F; }
span { border-color: rgb(6,12,143); }
td.TdClassName
{
border-color: #060C8F;
}
.TagClassName
{
border-color: #060C8F;
}
</style>