Shades of Dark Cerulean #005890
Tints of Dark Cerulean #005890
RGB
CMYK
RGB Variations
Color information
#005890 (or 0x005890) is known color: Dark Cerulean. HEX triplet: 00, 58 and 90. RGB value is (0,88,144). Sum of RGB (Red+Green+Blue) = 0+88+144=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #005890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005890 is #FFA76F. Grayscale: #434343. Windows color (decimal): -16754544 or 9459712. OLE color: 9459712.
HSL color Cylindrical-coordinate representation of color #005890: hue angle of 203.33º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005890 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 88 | 144 | - |
| CMYK | 1 | 0.39 | 0 | 0.44 |
| HSL | 203.33º | 1% | 0.28% | - |
| HSV(B) | 203.33º | 1% | 0.56% | - |
| XYZ | 8.52 | 8.99 | 27.67 | - |
| YUV | 68.07 | 170.85 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 144 | 1 | 0.39 | 0 | 0.44 | 203.33 | 1 | 0.28 |
| Hex | 0 | 58 | 90 | 64 | 27 | 0 | 2C | CB | 64 | 1C |
| Octal | 0 | 130 | 220 | 144 | 47 | 0 | 54 | 313 | 144 | 34 |
| Binary | 0 | 1011000 | 10010000 | 1100100 | 100111 | 0 | 101100 | 11001011 | 1100100 | 11100 |
Color Harmonies of #005890
Complementary color
Monochromatic Colors of #005890
Black with #005890
Text Example
Text Example
White with #005890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005890; }
p { color: rgb(0,88,144); }
H1.HeaderClassName
{
color: #005890;
}
.AnyTagClassName
{
color: #005890;
}
</style>
background-color css
<style>
a { background-color: #005890; }
a { background-color: rgb(0,88,144); }
div.DivClassName
{
background-color: #005890;
}
.BgClassName
{
background-color: #005890;
}
</style>
border-color css
<style>
span { border-color: #005890; }
span { border-color: rgb(0,88,144); }
td.TdClassName
{
border-color: #005890;
}
.TagClassName
{
border-color: #005890;
}
</style>