Shades of Dark Cerulean #005995
Tints of Dark Cerulean #005995
RGB
CMYK
RGB Variations
Color information
#005995 (or 0x005995) is known color: Dark Cerulean. HEX triplet: 00, 59 and 95. RGB value is (0,89,149). Sum of RGB (Red+Green+Blue) = 0+89+149=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 89 (35.16% from 255 or 37.39% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #005995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005995 is #FFA66A. Grayscale: #444444. Windows color (decimal): -16754283 or 9787648. OLE color: 9787648.
HSL color Cylindrical-coordinate representation of color #005995: hue angle of 204.16º 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 #005995 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 89 | 149 | - |
| CMYK | 1 | 0.40 | 0 | 0.42 |
| HSL | 204.16º | 1% | 0.29% | - |
| HSV(B) | 204.16º | 1% | 0.58% | - |
| XYZ | 9 | 9.31 | 29.76 | - |
| YUV | 69.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 89 | 149 | 1 | 0.40 | 0 | 0.42 | 204.16 | 1 | 0.29 |
| Hex | 0 | 59 | 95 | 64 | 28 | 0 | 2A | CC | 64 | 1D |
| Octal | 0 | 131 | 225 | 144 | 50 | 0 | 52 | 314 | 144 | 35 |
| Binary | 0 | 1011001 | 10010101 | 1100100 | 101000 | 0 | 101010 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005995
Complementary color
Monochromatic Colors of #005995
Black with #005995
Text Example
Text Example
White with #005995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005995; }
p { color: rgb(0,89,149); }
H1.HeaderClassName
{
color: #005995;
}
.AnyTagClassName
{
color: #005995;
}
</style>
background-color css
<style>
a { background-color: #005995; }
a { background-color: rgb(0,89,149); }
div.DivClassName
{
background-color: #005995;
}
.BgClassName
{
background-color: #005995;
}
</style>
border-color css
<style>
span { border-color: #005995; }
span { border-color: rgb(0,89,149); }
td.TdClassName
{
border-color: #005995;
}
.TagClassName
{
border-color: #005995;
}
</style>