Shades of Dark Cerulean #004892
Tints of Dark Cerulean #004892
RGB
CMYK
RGB Variations
Color information
#004892 (or 0x004892) is known color: Dark Cerulean. HEX triplet: 00, 48 and 92. RGB value is (0,72,146). Sum of RGB (Red+Green+Blue) = 0+72+146=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #004892 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004892 is #FFB76D. Grayscale: #3A3A3A. Windows color (decimal): -16758638 or 9586688. OLE color: 9586688.
HSL color Cylindrical-coordinate representation of color #004892: hue angle of 210.41º 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 #004892 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 72 | 146 | - |
| CMYK | 1 | 0.51 | 0 | 0.43 |
| HSL | 210.41º | 1% | 0.29% | - |
| HSV(B) | 210.41º | 1% | 0.57% | - |
| XYZ | 7.51 | 6.71 | 28.09 | - |
| YUV | 58.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 146 | 1 | 0.51 | 0 | 0.43 | 210.41 | 1 | 0.29 |
| Hex | 0 | 48 | 92 | 64 | 33 | 0 | 2B | D2 | 64 | 1D |
| Octal | 0 | 110 | 222 | 144 | 63 | 0 | 53 | 322 | 144 | 35 |
| Binary | 0 | 1001000 | 10010010 | 1100100 | 110011 | 0 | 101011 | 11010010 | 1100100 | 11101 |
Color Harmonies of #004892
Complementary color
Monochromatic Colors of #004892
Black with #004892
Text Example
Text Example
White with #004892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004892; }
p { color: rgb(0,72,146); }
H1.HeaderClassName
{
color: #004892;
}
.AnyTagClassName
{
color: #004892;
}
</style>
background-color css
<style>
a { background-color: #004892; }
a { background-color: rgb(0,72,146); }
div.DivClassName
{
background-color: #004892;
}
.BgClassName
{
background-color: #004892;
}
</style>
border-color css
<style>
span { border-color: #004892; }
span { border-color: rgb(0,72,146); }
td.TdClassName
{
border-color: #004892;
}
.TagClassName
{
border-color: #004892;
}
</style>