Shades of Dark Cerulean #005892
Tints of Dark Cerulean #005892
RGB
CMYK
RGB Variations
Color information
#005892 (or 0x005892) is known color: Dark Cerulean. HEX triplet: 00, 58 and 92. RGB value is (0,88,146). Sum of RGB (Red+Green+Blue) = 0+88+146=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #005892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005892 is #FFA76D. Grayscale: #434343. Windows color (decimal): -16754542 or 9590784. OLE color: 9590784.
HSL color Cylindrical-coordinate representation of color #005892: hue angle of 203.84º 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 #005892 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 88 | 146 | - |
| CMYK | 1 | 0.40 | 0 | 0.43 |
| HSL | 203.84º | 1% | 0.29% | - |
| HSV(B) | 203.84º | 1% | 0.57% | - |
| XYZ | 8.68 | 9.05 | 28.48 | - |
| YUV | 68.3 | 171.85 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 88 | 146 | 1 | 0.40 | 0 | 0.43 | 203.84 | 1 | 0.29 |
| Hex | 0 | 58 | 92 | 64 | 28 | 0 | 2B | CC | 64 | 1D |
| Octal | 0 | 130 | 222 | 144 | 50 | 0 | 53 | 314 | 144 | 35 |
| Binary | 0 | 1011000 | 10010010 | 1100100 | 101000 | 0 | 101011 | 11001100 | 1100100 | 11101 |
Color Harmonies of #005892
Complementary color
Monochromatic Colors of #005892
Black with #005892
Text Example
Text Example
White with #005892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005892; }
p { color: rgb(0,88,146); }
H1.HeaderClassName
{
color: #005892;
}
.AnyTagClassName
{
color: #005892;
}
</style>
background-color css
<style>
a { background-color: #005892; }
a { background-color: rgb(0,88,146); }
div.DivClassName
{
background-color: #005892;
}
.BgClassName
{
background-color: #005892;
}
</style>
border-color css
<style>
span { border-color: #005892; }
span { border-color: rgb(0,88,146); }
td.TdClassName
{
border-color: #005892;
}
.TagClassName
{
border-color: #005892;
}
</style>