Shades of Dark Cerulean #04458B
Tints of Dark Cerulean #04458B
RGB
CMYK
RGB Variations
Color information
#04458B (or 0x04458B) is known color: Dark Cerulean. HEX triplet: 04, 45 and 8B. RGB value is (4,69,139). Sum of RGB (Red+Green+Blue) = 4+69+139=212 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.89% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 139 (54.69% from 255 or 65.57% from 212); Max value from RGB is 139 - color contains mainly: blue. Hex color #04458B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04458B is #FBBA74. Grayscale: #393939. Windows color (decimal): -16497269 or 9127172. OLE color: 9127172.
HSL color Cylindrical-coordinate representation of color #04458B: hue angle of 211.11º 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 #04458B is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 69 | 139 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.45 |
| HSL | 211.11º | 0.94% | 0.28% | - |
| HSV(B) | 211.11º | 0.97% | 0.55% | - |
| XYZ | 6.84 | 6.15 | 25.25 | - |
| YUV | 57.55 | 173.97 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 139 | 0.97 | 0.50 | 0 | 0.45 | 211.11 | 0.94 | 0.28 |
| Hex | 4 | 45 | 8B | 61 | 32 | 0 | 2D | D3 | 5E | 1C |
| Octal | 4 | 105 | 213 | 141 | 62 | 0 | 55 | 323 | 136 | 34 |
| Binary | 100 | 1000101 | 10001011 | 1100001 | 110010 | 0 | 101101 | 11010011 | 1011110 | 11100 |
Color Harmonies of #04458B
Complementary color
Monochromatic Colors of #04458B
Black with #04458B
Text Example
Text Example
White with #04458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04458B; }
p { color: rgb(4,69,139); }
H1.HeaderClassName
{
color: #04458B;
}
.AnyTagClassName
{
color: #04458B;
}
</style>
background-color css
<style>
a { background-color: #04458B; }
a { background-color: rgb(4,69,139); }
div.DivClassName
{
background-color: #04458B;
}
.BgClassName
{
background-color: #04458B;
}
</style>
border-color css
<style>
span { border-color: #04458B; }
span { border-color: rgb(4,69,139); }
td.TdClassName
{
border-color: #04458B;
}
.TagClassName
{
border-color: #04458B;
}
</style>