Shades of Dark Cerulean #005888
Tints of Dark Cerulean #005888
RGB
CMYK
RGB Variations
Color information
#005888 (or 0x005888) is known color: Dark Cerulean. HEX triplet: 00, 58 and 88. RGB value is (0,88,136). Sum of RGB (Red+Green+Blue) = 0+88+136=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #005888 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005888 is #FFA777. Grayscale: #424242. Windows color (decimal): -16754552 or 8935424. OLE color: 8935424.
HSL color Cylindrical-coordinate representation of color #005888: hue angle of 201.18º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005888 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 88 | 136 | - |
| CMYK | 1 | 0.35 | 0 | 0.47 |
| HSL | 201.18º | 1% | 0.27% | - |
| HSV(B) | 201.18º | 1% | 0.53% | - |
| XYZ | 7.93 | 8.76 | 24.56 | - |
| YUV | 67.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 136 | 1 | 0.35 | 0 | 0.47 | 201.18 | 1 | 0.27 |
| Hex | 0 | 58 | 88 | 64 | 23 | 0 | 2F | C9 | 64 | 1B |
| Octal | 0 | 130 | 210 | 144 | 43 | 0 | 57 | 311 | 144 | 33 |
| Binary | 0 | 1011000 | 10001000 | 1100100 | 100011 | 0 | 101111 | 11001001 | 1100100 | 11011 |
Color Harmonies of #005888
Complementary color
Monochromatic Colors of #005888
Black with #005888
Text Example
Text Example
White with #005888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005888; }
p { color: rgb(0,88,136); }
H1.HeaderClassName
{
color: #005888;
}
.AnyTagClassName
{
color: #005888;
}
</style>
background-color css
<style>
a { background-color: #005888; }
a { background-color: rgb(0,88,136); }
div.DivClassName
{
background-color: #005888;
}
.BgClassName
{
background-color: #005888;
}
</style>
border-color css
<style>
span { border-color: #005888; }
span { border-color: rgb(0,88,136); }
td.TdClassName
{
border-color: #005888;
}
.TagClassName
{
border-color: #005888;
}
</style>