Shades of Dark Blue #060E87
Tints of Dark Blue #060E87
RGB
CMYK
RGB Variations
Color information
#060E87 (or 0x060E87) is known color: Dark Blue. HEX triplet: 06, 0E and 87. RGB value is (6,14,135). Sum of RGB (Red+Green+Blue) = 6+14+135=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 135 (53.12% from 255 or 87.10% from 155); Max value from RGB is 135 - color contains mainly: blue. Hex color #060E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060E87 is #F9F178. Grayscale: #181818. Windows color (decimal): -16380281 or 8850950. OLE color: 8850950.
HSL color Cylindrical-coordinate representation of color #060E87: hue angle of 236.28º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060E87 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 14 | 135 | - |
| CMYK | 0.96 | 0.90 | 0 | 0.47 |
| HSL | 236.28º | 0.91% | 0.28% | - |
| HSV(B) | 236.28º | 0.96% | 0.53% | - |
| XYZ | 4.61 | 2.1 | 23.08 | - |
| YUV | 25.4 | 189.85 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 14 | 135 | 0.96 | 0.90 | 0 | 0.47 | 236.28 | 0.91 | 0.28 |
| Hex | 6 | E | 87 | 60 | 5A | 0 | 2F | EC | 5B | 1C |
| Octal | 6 | 16 | 207 | 140 | 132 | 0 | 57 | 354 | 133 | 34 |
| Binary | 110 | 1110 | 10000111 | 1100000 | 1011010 | 0 | 101111 | 11101100 | 1011011 | 11100 |
Color Harmonies of #060E87
Complementary color
Monochromatic Colors of #060E87
Black with #060E87
Text Example
Text Example
White with #060E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060E87; }
p { color: rgb(6,14,135); }
H1.HeaderClassName
{
color: #060E87;
}
.AnyTagClassName
{
color: #060E87;
}
</style>
background-color css
<style>
a { background-color: #060E87; }
a { background-color: rgb(6,14,135); }
div.DivClassName
{
background-color: #060E87;
}
.BgClassName
{
background-color: #060E87;
}
</style>
border-color css
<style>
span { border-color: #060E87; }
span { border-color: rgb(6,14,135); }
td.TdClassName
{
border-color: #060E87;
}
.TagClassName
{
border-color: #060E87;
}
</style>