Shades of Dark Cerulean #005B91
Tints of Dark Cerulean #005B91
RGB
CMYK
RGB Variations
Color information
#005B91 (or 0x005B91) is known color: Dark Cerulean. HEX triplet: 00, 5B and 91. RGB value is (0,91,145). Sum of RGB (Red+Green+Blue) = 0+91+145=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 145 (57.03% from 255 or 61.44% from 236); Max value from RGB is 145 - color contains mainly: blue. Hex color #005B91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005B91 is #FFA46E. Grayscale: #454545. Windows color (decimal): -16753775 or 9526016. OLE color: 9526016.
HSL color Cylindrical-coordinate representation of color #005B91: hue angle of 202.34º 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 #005B91 is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 91 | 145 | - |
| CMYK | 1 | 0.37 | 0 | 0.43 |
| HSL | 202.34º | 1% | 0.28% | - |
| HSV(B) | 202.34º | 1% | 0.57% | - |
| XYZ | 8.85 | 9.53 | 28.16 | - |
| YUV | 69.95 | 170.35 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 145 | 1 | 0.37 | 0 | 0.43 | 202.34 | 1 | 0.28 |
| Hex | 0 | 5B | 91 | 64 | 25 | 0 | 2B | CA | 64 | 1C |
| Octal | 0 | 133 | 221 | 144 | 45 | 0 | 53 | 312 | 144 | 34 |
| Binary | 0 | 1011011 | 10010001 | 1100100 | 100101 | 0 | 101011 | 11001010 | 1100100 | 11100 |
Color Harmonies of #005B91
Complementary color
Monochromatic Colors of #005B91
Black with #005B91
Text Example
Text Example
White with #005B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B91; }
p { color: rgb(0,91,145); }
H1.HeaderClassName
{
color: #005B91;
}
.AnyTagClassName
{
color: #005B91;
}
</style>
background-color css
<style>
a { background-color: #005B91; }
a { background-color: rgb(0,91,145); }
div.DivClassName
{
background-color: #005B91;
}
.BgClassName
{
background-color: #005B91;
}
</style>
border-color css
<style>
span { border-color: #005B91; }
span { border-color: rgb(0,91,145); }
td.TdClassName
{
border-color: #005B91;
}
.TagClassName
{
border-color: #005B91;
}
</style>