Shades of Dark Cerulean #005591
Tints of Dark Cerulean #005591
RGB
CMYK
RGB Variations
Color information
#005591 (or 0x005591) is known color: Dark Cerulean. HEX triplet: 00, 55 and 91. RGB value is (0,85,145). Sum of RGB (Red+Green+Blue) = 0+85+145=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #005591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005591 is #FFAA6E. Grayscale: #424242. Windows color (decimal): -16755311 or 9524480. OLE color: 9524480.
HSL color Cylindrical-coordinate representation of color #005591: hue angle of 204.83º 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 #005591 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 85 | 145 | - |
| CMYK | 1 | 0.41 | 0 | 0.43 |
| HSL | 204.83º | 1% | 0.28% | - |
| HSV(B) | 204.83º | 1% | 0.57% | - |
| XYZ | 8.36 | 8.54 | 28 | - |
| YUV | 66.43 | 172.34 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 145 | 1 | 0.41 | 0 | 0.43 | 204.83 | 1 | 0.28 |
| Hex | 0 | 55 | 91 | 64 | 29 | 0 | 2B | CD | 64 | 1C |
| Octal | 0 | 125 | 221 | 144 | 51 | 0 | 53 | 315 | 144 | 34 |
| Binary | 0 | 1010101 | 10010001 | 1100100 | 101001 | 0 | 101011 | 11001101 | 1100100 | 11100 |
Color Harmonies of #005591
Complementary color
Monochromatic Colors of #005591
Black with #005591
Text Example
Text Example
White with #005591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005591; }
p { color: rgb(0,85,145); }
H1.HeaderClassName
{
color: #005591;
}
.AnyTagClassName
{
color: #005591;
}
</style>
background-color css
<style>
a { background-color: #005591; }
a { background-color: rgb(0,85,145); }
div.DivClassName
{
background-color: #005591;
}
.BgClassName
{
background-color: #005591;
}
</style>
border-color css
<style>
span { border-color: #005591; }
span { border-color: rgb(0,85,145); }
td.TdClassName
{
border-color: #005591;
}
.TagClassName
{
border-color: #005591;
}
</style>