Shades of Dark Cerulean #005891
Tints of Dark Cerulean #005891
RGB
CMYK
RGB Variations
Color information
#005891 (or 0x005891) is known color: Dark Cerulean. HEX triplet: 00, 58 and 91. RGB value is (0,88,145). Sum of RGB (Red+Green+Blue) = 0+88+145=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #005891 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005891 is #FFA76E. Grayscale: #434343. Windows color (decimal): -16754543 or 9525248. OLE color: 9525248.
HSL color Cylindrical-coordinate representation of color #005891: hue angle of 203.59º 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 #005891 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 88 | 145 | - |
| CMYK | 1 | 0.39 | 0 | 0.43 |
| HSL | 203.59º | 1% | 0.28% | - |
| HSV(B) | 203.59º | 1% | 0.57% | - |
| XYZ | 8.6 | 9.02 | 28.08 | - |
| YUV | 68.19 | 171.35 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 145 | 1 | 0.39 | 0 | 0.43 | 203.59 | 1 | 0.28 |
| Hex | 0 | 58 | 91 | 64 | 27 | 0 | 2B | CC | 64 | 1C |
| Octal | 0 | 130 | 221 | 144 | 47 | 0 | 53 | 314 | 144 | 34 |
| Binary | 0 | 1011000 | 10010001 | 1100100 | 100111 | 0 | 101011 | 11001100 | 1100100 | 11100 |
Color Harmonies of #005891
Complementary color
Monochromatic Colors of #005891
Black with #005891
Text Example
Text Example
White with #005891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005891; }
p { color: rgb(0,88,145); }
H1.HeaderClassName
{
color: #005891;
}
.AnyTagClassName
{
color: #005891;
}
</style>
background-color css
<style>
a { background-color: #005891; }
a { background-color: rgb(0,88,145); }
div.DivClassName
{
background-color: #005891;
}
.BgClassName
{
background-color: #005891;
}
</style>
border-color css
<style>
span { border-color: #005891; }
span { border-color: rgb(0,88,145); }
td.TdClassName
{
border-color: #005891;
}
.TagClassName
{
border-color: #005891;
}
</style>