Shades of Dark Cerulean #005784
Tints of Dark Cerulean #005784
RGB
CMYK
RGB Variations
Color information
#005784 (or 0x005784) is known color: Dark Cerulean. HEX triplet: 00, 57 and 84. RGB value is (0,87,132). Sum of RGB (Red+Green+Blue) = 0+87+132=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #005784 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005784 is #FFA87B. Grayscale: #414141. Windows color (decimal): -16754812 or 8673024. OLE color: 8673024.
HSL color Cylindrical-coordinate representation of color #005784: hue angle of 200.45º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005784 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 87 | 132 | - |
| CMYK | 1 | 0.34 | 0 | 0.48 |
| HSL | 200.45º | 1% | 0.26% | - |
| HSV(B) | 200.45º | 1% | 0.52% | - |
| XYZ | 7.57 | 8.48 | 23.07 | - |
| YUV | 66.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 132 | 1 | 0.34 | 0 | 0.48 | 200.45 | 1 | 0.26 |
| Hex | 0 | 57 | 84 | 64 | 22 | 0 | 30 | C8 | 64 | 1A |
| Octal | 0 | 127 | 204 | 144 | 42 | 0 | 60 | 310 | 144 | 32 |
| Binary | 0 | 1010111 | 10000100 | 1100100 | 100010 | 0 | 110000 | 11001000 | 1100100 | 11010 |
Color Harmonies of #005784
Complementary color
Monochromatic Colors of #005784
Black with #005784
Text Example
Text Example
White with #005784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005784; }
p { color: rgb(0,87,132); }
H1.HeaderClassName
{
color: #005784;
}
.AnyTagClassName
{
color: #005784;
}
</style>
background-color css
<style>
a { background-color: #005784; }
a { background-color: rgb(0,87,132); }
div.DivClassName
{
background-color: #005784;
}
.BgClassName
{
background-color: #005784;
}
</style>
border-color css
<style>
span { border-color: #005784; }
span { border-color: rgb(0,87,132); }
td.TdClassName
{
border-color: #005784;
}
.TagClassName
{
border-color: #005784;
}
</style>