Shades of Dark Cerulean #04537C
Tints of Dark Cerulean #04537C
RGB
CMYK
RGB Variations
Color information
#04537C (or 0x04537C) is known color: Dark Cerulean. HEX triplet: 04, 53 and 7C. RGB value is (4,83,124). Sum of RGB (Red+Green+Blue) = 4+83+124=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #04537C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04537C is #FBAC83. Grayscale: #3F3F3F. Windows color (decimal): -16493700 or 8147716. OLE color: 8147716.
HSL color Cylindrical-coordinate representation of color #04537C: hue angle of 200.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04537C is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 83 | 124 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.51 |
| HSL | 200.5º | 0.94% | 0.25% | - |
| HSV(B) | 200.5º | 0.97% | 0.49% | - |
| XYZ | 6.78 | 7.67 | 20.19 | - |
| YUV | 64.05 | 161.83 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 124 | 0.97 | 0.33 | 0 | 0.51 | 200.5 | 0.94 | 0.25 |
| Hex | 4 | 53 | 7C | 61 | 21 | 0 | 33 | C8 | 5E | 19 |
| Octal | 4 | 123 | 174 | 141 | 41 | 0 | 63 | 310 | 136 | 31 |
| Binary | 100 | 1010011 | 1111100 | 1100001 | 100001 | 0 | 110011 | 11001000 | 1011110 | 11001 |
Color Harmonies of #04537C
Complementary color
Monochromatic Colors of #04537C
Black with #04537C
Text Example
Text Example
White with #04537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04537C; }
p { color: rgb(4,83,124); }
H1.HeaderClassName
{
color: #04537C;
}
.AnyTagClassName
{
color: #04537C;
}
</style>
background-color css
<style>
a { background-color: #04537C; }
a { background-color: rgb(4,83,124); }
div.DivClassName
{
background-color: #04537C;
}
.BgClassName
{
background-color: #04537C;
}
</style>
border-color css
<style>
span { border-color: #04537C; }
span { border-color: rgb(4,83,124); }
td.TdClassName
{
border-color: #04537C;
}
.TagClassName
{
border-color: #04537C;
}
</style>