Shades of Dark Cerulean #04457A
Tints of Dark Cerulean #04457A
RGB
CMYK
RGB Variations
Color information
#04457A (or 0x04457A) is known color: Dark Cerulean. HEX triplet: 04, 45 and 7A. RGB value is (4,69,122). Sum of RGB (Red+Green+Blue) = 4+69+122=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #04457A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04457A is #FBBA85. Grayscale: #373737. Windows color (decimal): -16497286 or 8013060. OLE color: 8013060.
HSL color Cylindrical-coordinate representation of color #04457A: hue angle of 206.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04457A is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 69 | 122 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.52 |
| HSL | 206.95º | 0.94% | 0.25% | - |
| HSV(B) | 206.95º | 0.97% | 0.48% | - |
| XYZ | 5.69 | 5.69 | 19.21 | - |
| YUV | 55.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 122 | 0.97 | 0.43 | 0 | 0.52 | 206.95 | 0.94 | 0.25 |
| Hex | 4 | 45 | 7A | 61 | 2B | 0 | 34 | CF | 5E | 19 |
| Octal | 4 | 105 | 172 | 141 | 53 | 0 | 64 | 317 | 136 | 31 |
| Binary | 100 | 1000101 | 1111010 | 1100001 | 101011 | 0 | 110100 | 11001111 | 1011110 | 11001 |
Color Harmonies of #04457A
Complementary color
Monochromatic Colors of #04457A
Black with #04457A
Text Example
Text Example
White with #04457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04457A; }
p { color: rgb(4,69,122); }
H1.HeaderClassName
{
color: #04457A;
}
.AnyTagClassName
{
color: #04457A;
}
</style>
background-color css
<style>
a { background-color: #04457A; }
a { background-color: rgb(4,69,122); }
div.DivClassName
{
background-color: #04457A;
}
.BgClassName
{
background-color: #04457A;
}
</style>
border-color css
<style>
span { border-color: #04457A; }
span { border-color: rgb(4,69,122); }
td.TdClassName
{
border-color: #04457A;
}
.TagClassName
{
border-color: #04457A;
}
</style>