Shades of Dark Cerulean #005991
Tints of Dark Cerulean #005991
RGB
CMYK
RGB Variations
Color information
#005991 (or 0x005991) is known color: Dark Cerulean. HEX triplet: 00, 59 and 91. RGB value is (0,89,145). Sum of RGB (Red+Green+Blue) = 0+89+145=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 145 (57.03% from 255 or 61.97% from 234); Max value from RGB is 145 - color contains mainly: blue. Hex color #005991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005991 is #FFA66E. Grayscale: #444444. Windows color (decimal): -16754287 or 9525504. OLE color: 9525504.
HSL color Cylindrical-coordinate representation of color #005991: hue angle of 203.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005991 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 89 | 145 | - |
| CMYK | 1 | 0.39 | 0 | 0.43 |
| HSL | 203.17º | 1% | 0.28% | - |
| HSV(B) | 203.17º | 1% | 0.57% | - |
| XYZ | 8.68 | 9.19 | 28.1 | - |
| YUV | 68.77 | 171.01 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 145 | 1 | 0.39 | 0 | 0.43 | 203.17 | 1 | 0.28 |
| Hex | 0 | 59 | 91 | 64 | 27 | 0 | 2B | CB | 64 | 1C |
| Octal | 0 | 131 | 221 | 144 | 47 | 0 | 53 | 313 | 144 | 34 |
| Binary | 0 | 1011001 | 10010001 | 1100100 | 100111 | 0 | 101011 | 11001011 | 1100100 | 11100 |
Color Harmonies of #005991
Complementary color
Monochromatic Colors of #005991
Black with #005991
Text Example
Text Example
White with #005991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005991; }
p { color: rgb(0,89,145); }
H1.HeaderClassName
{
color: #005991;
}
.AnyTagClassName
{
color: #005991;
}
</style>
background-color css
<style>
a { background-color: #005991; }
a { background-color: rgb(0,89,145); }
div.DivClassName
{
background-color: #005991;
}
.BgClassName
{
background-color: #005991;
}
</style>
border-color css
<style>
span { border-color: #005991; }
span { border-color: rgb(0,89,145); }
td.TdClassName
{
border-color: #005991;
}
.TagClassName
{
border-color: #005991;
}
</style>