Shades of Dark Blue #06058F
Tints of Dark Blue #06058F
RGB
CMYK
RGB Variations
Color information
#06058F (or 0x06058F) is known color: Dark Blue. HEX triplet: 06, 05 and 8F. RGB value is (6,5,143). Sum of RGB (Red+Green+Blue) = 6+5+143=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 143 (56.25% from 255 or 92.86% from 154); Max value from RGB is 143 - color contains mainly: blue. Hex color #06058F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06058F is #F9FA70. Grayscale: #141414. Windows color (decimal): -16382577 or 9372934. OLE color: 9372934.
HSL color Cylindrical-coordinate representation of color #06058F: hue angle of 240.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06058F is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 6 | 5 | 143 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.44 |
| HSL | 240.43º | 0.93% | 0.29% | - |
| HSV(B) | 240.43º | 0.97% | 0.56% | - |
| XYZ | 5.09 | 2.13 | 26.13 | - |
| YUV | 21.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 143 | 0.96 | 0.97 | 0 | 0.44 | 240.43 | 0.93 | 0.29 |
| Hex | 6 | 5 | 8F | 60 | 61 | 0 | 2C | F0 | 5D | 1D |
| Octal | 6 | 5 | 217 | 140 | 141 | 0 | 54 | 360 | 135 | 35 |
| Binary | 110 | 101 | 10001111 | 1100000 | 1100001 | 0 | 101100 | 11110000 | 1011101 | 11101 |
Color Harmonies of #06058F
Complementary color
Monochromatic Colors of #06058F
Black with #06058F
Text Example
Text Example
White with #06058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06058F; }
p { color: rgb(6,5,143); }
H1.HeaderClassName
{
color: #06058F;
}
.AnyTagClassName
{
color: #06058F;
}
</style>
background-color css
<style>
a { background-color: #06058F; }
a { background-color: rgb(6,5,143); }
div.DivClassName
{
background-color: #06058F;
}
.BgClassName
{
background-color: #06058F;
}
</style>
border-color css
<style>
span { border-color: #06058F; }
span { border-color: rgb(6,5,143); }
td.TdClassName
{
border-color: #06058F;
}
.TagClassName
{
border-color: #06058F;
}
</style>