Shades of Dark Cerulean #005787
Tints of Dark Cerulean #005787
RGB
CMYK
RGB Variations
Color information
#005787 (or 0x005787) is known color: Dark Cerulean. HEX triplet: 00, 57 and 87. RGB value is (0,87,135). Sum of RGB (Red+Green+Blue) = 0+87+135=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #005787 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005787 is #FFA878. Grayscale: #424242. Windows color (decimal): -16754809 or 8869632. OLE color: 8869632.
HSL color Cylindrical-coordinate representation of color #005787: hue angle of 201.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005787 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 87 | 135 | - |
| CMYK | 1 | 0.36 | 0 | 0.47 |
| HSL | 201.33º | 1% | 0.26% | - |
| HSV(B) | 201.33º | 1% | 0.53% | - |
| XYZ | 7.78 | 8.57 | 24.16 | - |
| YUV | 66.46 | 166.68 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 135 | 1 | 0.36 | 0 | 0.47 | 201.33 | 1 | 0.26 |
| Hex | 0 | 57 | 87 | 64 | 24 | 0 | 2F | C9 | 64 | 1A |
| Octal | 0 | 127 | 207 | 144 | 44 | 0 | 57 | 311 | 144 | 32 |
| Binary | 0 | 1010111 | 10000111 | 1100100 | 100100 | 0 | 101111 | 11001001 | 1100100 | 11010 |
Color Harmonies of #005787
Complementary color
Monochromatic Colors of #005787
Black with #005787
Text Example
Text Example
White with #005787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005787; }
p { color: rgb(0,87,135); }
H1.HeaderClassName
{
color: #005787;
}
.AnyTagClassName
{
color: #005787;
}
</style>
background-color css
<style>
a { background-color: #005787; }
a { background-color: rgb(0,87,135); }
div.DivClassName
{
background-color: #005787;
}
.BgClassName
{
background-color: #005787;
}
</style>
border-color css
<style>
span { border-color: #005787; }
span { border-color: rgb(0,87,135); }
td.TdClassName
{
border-color: #005787;
}
.TagClassName
{
border-color: #005787;
}
</style>