Shades of Dark Cerulean #04458C
Tints of Dark Cerulean #04458C
RGB
CMYK
RGB Variations
Color information
#04458C (or 0x04458C) is known color: Dark Cerulean. HEX triplet: 04, 45 and 8C. RGB value is (4,69,140). Sum of RGB (Red+Green+Blue) = 4+69+140=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 140 (55.08% from 255 or 65.73% from 213); Max value from RGB is 140 - color contains mainly: blue. Hex color #04458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04458C is #FBBA73. Grayscale: #393939. Windows color (decimal): -16497268 or 9192708. OLE color: 9192708.
HSL color Cylindrical-coordinate representation of color #04458C: hue angle of 211.32º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04458C is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 69 | 140 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.45 |
| HSL | 211.32º | 0.94% | 0.28% | - |
| HSV(B) | 211.32º | 0.97% | 0.55% | - |
| XYZ | 6.91 | 6.18 | 25.64 | - |
| YUV | 57.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 140 | 0.97 | 0.51 | 0 | 0.45 | 211.32 | 0.94 | 0.28 |
| Hex | 4 | 45 | 8C | 61 | 33 | 0 | 2D | D3 | 5E | 1C |
| Octal | 4 | 105 | 214 | 141 | 63 | 0 | 55 | 323 | 136 | 34 |
| Binary | 100 | 1000101 | 10001100 | 1100001 | 110011 | 0 | 101101 | 11010011 | 1011110 | 11100 |
Color Harmonies of #04458C
Complementary color
Monochromatic Colors of #04458C
Black with #04458C
Text Example
Text Example
White with #04458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04458C; }
p { color: rgb(4,69,140); }
H1.HeaderClassName
{
color: #04458C;
}
.AnyTagClassName
{
color: #04458C;
}
</style>
background-color css
<style>
a { background-color: #04458C; }
a { background-color: rgb(4,69,140); }
div.DivClassName
{
background-color: #04458C;
}
.BgClassName
{
background-color: #04458C;
}
</style>
border-color css
<style>
span { border-color: #04458C; }
span { border-color: rgb(4,69,140); }
td.TdClassName
{
border-color: #04458C;
}
.TagClassName
{
border-color: #04458C;
}
</style>