Shades of Dark Cerulean #005990
Tints of Dark Cerulean #005990
RGB
CMYK
RGB Variations
Color information
#005990 (or 0x005990) is known color: Dark Cerulean. HEX triplet: 00, 59 and 90. RGB value is (0,89,144). Sum of RGB (Red+Green+Blue) = 0+89+144=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #005990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005990 is #FFA66F. Grayscale: #444444. Windows color (decimal): -16754288 or 9459968. OLE color: 9459968.
HSL color Cylindrical-coordinate representation of color #005990: hue angle of 202.92º 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 #005990 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 89 | 144 | - |
| CMYK | 1 | 0.38 | 0 | 0.44 |
| HSL | 202.92º | 1% | 0.28% | - |
| HSV(B) | 202.92º | 1% | 0.56% | - |
| XYZ | 8.61 | 9.16 | 27.7 | - |
| YUV | 68.66 | 170.51 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 144 | 1 | 0.38 | 0 | 0.44 | 202.92 | 1 | 0.28 |
| Hex | 0 | 59 | 90 | 64 | 26 | 0 | 2C | CB | 64 | 1C |
| Octal | 0 | 131 | 220 | 144 | 46 | 0 | 54 | 313 | 144 | 34 |
| Binary | 0 | 1011001 | 10010000 | 1100100 | 100110 | 0 | 101100 | 11001011 | 1100100 | 11100 |
Color Harmonies of #005990
Complementary color
Monochromatic Colors of #005990
Black with #005990
Text Example
Text Example
White with #005990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005990; }
p { color: rgb(0,89,144); }
H1.HeaderClassName
{
color: #005990;
}
.AnyTagClassName
{
color: #005990;
}
</style>
background-color css
<style>
a { background-color: #005990; }
a { background-color: rgb(0,89,144); }
div.DivClassName
{
background-color: #005990;
}
.BgClassName
{
background-color: #005990;
}
</style>
border-color css
<style>
span { border-color: #005990; }
span { border-color: rgb(0,89,144); }
td.TdClassName
{
border-color: #005990;
}
.TagClassName
{
border-color: #005990;
}
</style>