Shades of Dark Cerulean #005592
Tints of Dark Cerulean #005592
RGB
CMYK
RGB Variations
Color information
#005592 (or 0x005592) is known color: Dark Cerulean. HEX triplet: 00, 55 and 92. RGB value is (0,85,146). Sum of RGB (Red+Green+Blue) = 0+85+146=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #005592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005592 is #FFAA6D. Grayscale: #424242. Windows color (decimal): -16755310 or 9590016. OLE color: 9590016.
HSL color Cylindrical-coordinate representation of color #005592: hue angle of 205.07º 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 #005592 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 85 | 146 | - |
| CMYK | 1 | 0.42 | 0 | 0.43 |
| HSL | 205.07º | 1% | 0.29% | - |
| HSV(B) | 205.07º | 1% | 0.57% | - |
| XYZ | 8.44 | 8.57 | 28.4 | - |
| YUV | 66.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 85 | 146 | 1 | 0.42 | 0 | 0.43 | 205.07 | 1 | 0.29 |
| Hex | 0 | 55 | 92 | 64 | 2A | 0 | 2B | CD | 64 | 1D |
| Octal | 0 | 125 | 222 | 144 | 52 | 0 | 53 | 315 | 144 | 35 |
| Binary | 0 | 1010101 | 10010010 | 1100100 | 101010 | 0 | 101011 | 11001101 | 1100100 | 11101 |
Color Harmonies of #005592
Complementary color
Monochromatic Colors of #005592
Black with #005592
Text Example
Text Example
White with #005592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005592; }
p { color: rgb(0,85,146); }
H1.HeaderClassName
{
color: #005592;
}
.AnyTagClassName
{
color: #005592;
}
</style>
background-color css
<style>
a { background-color: #005592; }
a { background-color: rgb(0,85,146); }
div.DivClassName
{
background-color: #005592;
}
.BgClassName
{
background-color: #005592;
}
</style>
border-color css
<style>
span { border-color: #005592; }
span { border-color: rgb(0,85,146); }
td.TdClassName
{
border-color: #005592;
}
.TagClassName
{
border-color: #005592;
}
</style>