Shades of Dark Blue #060A8E
Tints of Dark Blue #060A8E
RGB
CMYK
RGB Variations
Color information
#060A8E (or 0x060A8E) is known color: Dark Blue. HEX triplet: 06, 0A and 8E. RGB value is (6,10,142). Sum of RGB (Red+Green+Blue) = 6+10+142=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 142 (55.86% from 255 or 89.87% from 158); Max value from RGB is 142 - color contains mainly: blue. Hex color #060A8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060A8E is #F9F571. Grayscale: #171717. Windows color (decimal): -16381298 or 9308678. OLE color: 9308678.
HSL color Cylindrical-coordinate representation of color #060A8E: hue angle of 238.24º 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 #060A8E is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 10 | 142 | - |
| CMYK | 0.96 | 0.93 | 0 | 0.44 |
| HSL | 238.24º | 0.92% | 0.29% | - |
| HSV(B) | 238.24º | 0.96% | 0.56% | - |
| XYZ | 5.07 | 2.21 | 25.75 | - |
| YUV | 23.85 | 194.67 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 10 | 142 | 0.96 | 0.93 | 0 | 0.44 | 238.24 | 0.92 | 0.29 |
| Hex | 6 | A | 8E | 60 | 5D | 0 | 2C | EE | 5C | 1D |
| Octal | 6 | 12 | 216 | 140 | 135 | 0 | 54 | 356 | 134 | 35 |
| Binary | 110 | 1010 | 10001110 | 1100000 | 1011101 | 0 | 101100 | 11101110 | 1011100 | 11101 |
Color Harmonies of #060A8E
Complementary color
Monochromatic Colors of #060A8E
Black with #060A8E
Text Example
Text Example
White with #060A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060A8E; }
p { color: rgb(6,10,142); }
H1.HeaderClassName
{
color: #060A8E;
}
.AnyTagClassName
{
color: #060A8E;
}
</style>
background-color css
<style>
a { background-color: #060A8E; }
a { background-color: rgb(6,10,142); }
div.DivClassName
{
background-color: #060A8E;
}
.BgClassName
{
background-color: #060A8E;
}
</style>
border-color css
<style>
span { border-color: #060A8E; }
span { border-color: rgb(6,10,142); }
td.TdClassName
{
border-color: #060A8E;
}
.TagClassName
{
border-color: #060A8E;
}
</style>