Shades of Dark Cerulean #005492
Tints of Dark Cerulean #005492
RGB
CMYK
RGB Variations
Color information
#005492 (or 0x005492) is known color: Dark Cerulean. HEX triplet: 00, 54 and 92. RGB value is (0,84,146). Sum of RGB (Red+Green+Blue) = 0+84+146=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #005492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005492 is #FFAB6D. Grayscale: #414141. Windows color (decimal): -16755566 or 9589760. OLE color: 9589760.
HSL color Cylindrical-coordinate representation of color #005492: hue angle of 205.48º 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 #005492 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 84 | 146 | - |
| CMYK | 1 | 0.42 | 0 | 0.43 |
| HSL | 205.48º | 1% | 0.29% | - |
| HSV(B) | 205.48º | 1% | 0.57% | - |
| XYZ | 8.36 | 8.42 | 28.38 | - |
| YUV | 65.95 | 173.17 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 84 | 146 | 1 | 0.42 | 0 | 0.43 | 205.48 | 1 | 0.29 |
| Hex | 0 | 54 | 92 | 64 | 2A | 0 | 2B | CD | 64 | 1D |
| Octal | 0 | 124 | 222 | 144 | 52 | 0 | 53 | 315 | 144 | 35 |
| Binary | 0 | 1010100 | 10010010 | 1100100 | 101010 | 0 | 101011 | 11001101 | 1100100 | 11101 |
Color Harmonies of #005492
Complementary color
Monochromatic Colors of #005492
Black with #005492
Text Example
Text Example
White with #005492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005492; }
p { color: rgb(0,84,146); }
H1.HeaderClassName
{
color: #005492;
}
.AnyTagClassName
{
color: #005492;
}
</style>
background-color css
<style>
a { background-color: #005492; }
a { background-color: rgb(0,84,146); }
div.DivClassName
{
background-color: #005492;
}
.BgClassName
{
background-color: #005492;
}
</style>
border-color css
<style>
span { border-color: #005492; }
span { border-color: rgb(0,84,146); }
td.TdClassName
{
border-color: #005492;
}
.TagClassName
{
border-color: #005492;
}
</style>