Shades of Dark Cerulean #005792
Tints of Dark Cerulean #005792
RGB
CMYK
RGB Variations
Color information
#005792 (or 0x005792) is known color: Dark Cerulean. HEX triplet: 00, 57 and 92. RGB value is (0,87,146). Sum of RGB (Red+Green+Blue) = 0+87+146=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 146 (57.42% from 255 or 62.66% from 233); Max value from RGB is 146 - color contains mainly: blue. Hex color #005792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005792 is #FFA86D. Grayscale: #434343. Windows color (decimal): -16754798 or 9590528. OLE color: 9590528.
HSL color Cylindrical-coordinate representation of color #005792: hue angle of 204.25º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005792 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 87 | 146 | - |
| CMYK | 1 | 0.40 | 0 | 0.43 |
| HSL | 204.25º | 1% | 0.29% | - |
| HSV(B) | 204.25º | 1% | 0.57% | - |
| XYZ | 8.6 | 8.89 | 28.46 | - |
| YUV | 67.71 | 172.18 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 87 | 146 | 1 | 0.40 | 0 | 0.43 | 204.25 | 1 | 0.29 |
| Hex | 0 | 57 | 92 | 64 | 28 | 0 | 2B | CC | 64 | 1D |
| Octal | 0 | 127 | 222 | 144 | 50 | 0 | 53 | 314 | 144 | 35 |
| Binary | 0 | 1010111 | 10010010 | 1100100 | 101000 | 0 | 101011 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005792
Complementary color
Monochromatic Colors of #005792
Black with #005792
Text Example
Text Example
White with #005792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005792; }
p { color: rgb(0,87,146); }
H1.HeaderClassName
{
color: #005792;
}
.AnyTagClassName
{
color: #005792;
}
</style>
background-color css
<style>
a { background-color: #005792; }
a { background-color: rgb(0,87,146); }
div.DivClassName
{
background-color: #005792;
}
.BgClassName
{
background-color: #005792;
}
</style>
border-color css
<style>
span { border-color: #005792; }
span { border-color: rgb(0,87,146); }
td.TdClassName
{
border-color: #005792;
}
.TagClassName
{
border-color: #005792;
}
</style>