Shades of Dark Blue #060591
Tints of Dark Blue #060591
RGB
CMYK
RGB Variations
Color information
#060591 (or 0x060591) is known color: Dark Blue. HEX triplet: 06, 05 and 91. RGB value is (6,5,145). Sum of RGB (Red+Green+Blue) = 6+5+145=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 145 (57.03% from 255 or 92.95% from 156); Max value from RGB is 145 - color contains mainly: blue. Hex color #060591 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060591 is #F9FA6E. Grayscale: #141414. Windows color (decimal): -16382575 or 9504006. OLE color: 9504006.
HSL color Cylindrical-coordinate representation of color #060591: hue angle of 240.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060591 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 6 | 5 | 145 | - |
| CMYK | 0.96 | 0.97 | 0 | 0.43 |
| HSL | 240.43º | 0.93% | 0.29% | - |
| HSV(B) | 240.43º | 0.97% | 0.57% | - |
| XYZ | 5.24 | 2.19 | 26.93 | - |
| YUV | 21.26 | 197.83 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 5 | 145 | 0.96 | 0.97 | 0 | 0.43 | 240.43 | 0.93 | 0.29 |
| Hex | 6 | 5 | 91 | 60 | 61 | 0 | 2B | F0 | 5D | 1D |
| Octal | 6 | 5 | 221 | 140 | 141 | 0 | 53 | 360 | 135 | 35 |
| Binary | 110 | 101 | 10010001 | 1100000 | 1100001 | 0 | 101011 | 11110000 | 1011101 | 11101 |
Color Harmonies of #060591
Complementary color
Monochromatic Colors of #060591
Black with #060591
Text Example
Text Example
White with #060591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060591; }
p { color: rgb(6,5,145); }
H1.HeaderClassName
{
color: #060591;
}
.AnyTagClassName
{
color: #060591;
}
</style>
background-color css
<style>
a { background-color: #060591; }
a { background-color: rgb(6,5,145); }
div.DivClassName
{
background-color: #060591;
}
.BgClassName
{
background-color: #060591;
}
</style>
border-color css
<style>
span { border-color: #060591; }
span { border-color: rgb(6,5,145); }
td.TdClassName
{
border-color: #060591;
}
.TagClassName
{
border-color: #060591;
}
</style>