Shades of Dark Cerulean #005993
Tints of Dark Cerulean #005993
RGB
CMYK
RGB Variations
Color information
#005993 (or 0x005993) is known color: Dark Cerulean. HEX triplet: 00, 59 and 93. RGB value is (0,89,147). Sum of RGB (Red+Green+Blue) = 0+89+147=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #005993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005993 is #FFA66C. Grayscale: #444444. Windows color (decimal): -16754285 or 9656576. OLE color: 9656576.
HSL color Cylindrical-coordinate representation of color #005993: hue angle of 203.67º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005993 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 89 | 147 | - |
| CMYK | 1 | 0.39 | 0 | 0.42 |
| HSL | 203.67º | 1% | 0.29% | - |
| HSV(B) | 203.67º | 1% | 0.58% | - |
| XYZ | 8.84 | 9.25 | 28.92 | - |
| YUV | 69 | 172.01 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 147 | 1 | 0.39 | 0 | 0.42 | 203.67 | 1 | 0.29 |
| Hex | 0 | 59 | 93 | 64 | 27 | 0 | 2A | CC | 64 | 1D |
| Octal | 0 | 131 | 223 | 144 | 47 | 0 | 52 | 314 | 144 | 35 |
| Binary | 0 | 1011001 | 10010011 | 1100100 | 100111 | 0 | 101010 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005993
Complementary color
Monochromatic Colors of #005993
Black with #005993
Text Example
Text Example
White with #005993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005993; }
p { color: rgb(0,89,147); }
H1.HeaderClassName
{
color: #005993;
}
.AnyTagClassName
{
color: #005993;
}
</style>
background-color css
<style>
a { background-color: #005993; }
a { background-color: rgb(0,89,147); }
div.DivClassName
{
background-color: #005993;
}
.BgClassName
{
background-color: #005993;
}
</style>
border-color css
<style>
span { border-color: #005993; }
span { border-color: rgb(0,89,147); }
td.TdClassName
{
border-color: #005993;
}
.TagClassName
{
border-color: #005993;
}
</style>