Shades of Dark Blue #06058D
Tints of Dark Blue #06058D
RGB
CMYK
RGB Variations
Color information
#06058D (or 0x06058D) is known color: Dark Blue. HEX triplet: 06, 05 and 8D. RGB value is (6,5,141). Sum of RGB (Red+Green+Blue) = 6+5+141=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 141 (55.47% from 255 or 92.76% from 152); Max value from RGB is 141 - color contains mainly: blue. Hex color #06058D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06058D is #F9FA72. Grayscale: #141414. Windows color (decimal): -16382579 or 9241862. OLE color: 9241862.
HSL color Cylindrical-coordinate representation of color #06058D: hue angle of 240.44º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06058D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 5 | 141 | - |
| CMYK | 0.96 | 0.96 | 0 | 0.45 |
| HSL | 240.44º | 0.93% | 0.29% | - |
| HSV(B) | 240.44º | 0.96% | 0.55% | - |
| XYZ | 4.94 | 2.07 | 25.34 | - |
| YUV | 20.8 | 195.83 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 141 | 0.96 | 0.96 | 0 | 0.45 | 240.44 | 0.93 | 0.29 |
| Hex | 6 | 5 | 8D | 60 | 60 | 0 | 2D | F0 | 5D | 1D |
| Octal | 6 | 5 | 215 | 140 | 140 | 0 | 55 | 360 | 135 | 35 |
| Binary | 110 | 101 | 10001101 | 1100000 | 1100000 | 0 | 101101 | 11110000 | 1011101 | 11101 |
Color Harmonies of #06058D
Complementary color
Monochromatic Colors of #06058D
Black with #06058D
Text Example
Text Example
White with #06058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06058D; }
p { color: rgb(6,5,141); }
H1.HeaderClassName
{
color: #06058D;
}
.AnyTagClassName
{
color: #06058D;
}
</style>
background-color css
<style>
a { background-color: #06058D; }
a { background-color: rgb(6,5,141); }
div.DivClassName
{
background-color: #06058D;
}
.BgClassName
{
background-color: #06058D;
}
</style>
border-color css
<style>
span { border-color: #06058D; }
span { border-color: rgb(6,5,141); }
td.TdClassName
{
border-color: #06058D;
}
.TagClassName
{
border-color: #06058D;
}
</style>