Shades of Dark Cerulean #045892
Tints of Dark Cerulean #045892
RGB
CMYK
RGB Variations
Color information
#045892 (or 0x045892) is known color: Dark Cerulean. HEX triplet: 04, 58 and 92. RGB value is (4,88,146). Sum of RGB (Red+Green+Blue) = 4+88+146=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #045892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045892 is #FBA76D. Grayscale: #454545. Windows color (decimal): -16492398 or 9590788. OLE color: 9590788.
HSL color Cylindrical-coordinate representation of color #045892: hue angle of 204.51º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045892 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 4 | 88 | 146 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.43 |
| HSL | 204.51º | 0.95% | 0.29% | - |
| HSV(B) | 204.51º | 0.97% | 0.57% | - |
| XYZ | 8.73 | 9.08 | 28.49 | - |
| YUV | 69.5 | 171.17 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 88 | 146 | 0.97 | 0.40 | 0 | 0.43 | 204.51 | 0.95 | 0.29 |
| Hex | 4 | 58 | 92 | 61 | 28 | 0 | 2B | CD | 5F | 1D |
| Octal | 4 | 130 | 222 | 141 | 50 | 0 | 53 | 315 | 137 | 35 |
| Binary | 100 | 1011000 | 10010010 | 1100001 | 101000 | 0 | 101011 | 11001101 | 1011111 | 11101 |
Color Harmonies of #045892
Complementary color
Monochromatic Colors of #045892
Black with #045892
Text Example
Text Example
White with #045892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045892; }
p { color: rgb(4,88,146); }
H1.HeaderClassName
{
color: #045892;
}
.AnyTagClassName
{
color: #045892;
}
</style>
background-color css
<style>
a { background-color: #045892; }
a { background-color: rgb(4,88,146); }
div.DivClassName
{
background-color: #045892;
}
.BgClassName
{
background-color: #045892;
}
</style>
border-color css
<style>
span { border-color: #045892; }
span { border-color: rgb(4,88,146); }
td.TdClassName
{
border-color: #045892;
}
.TagClassName
{
border-color: #045892;
}
</style>