Shades of Dark Cerulean #04537E
Tints of Dark Cerulean #04537E
RGB
CMYK
RGB Variations
Color information
#04537E (or 0x04537E) is known color: Dark Cerulean. HEX triplet: 04, 53 and 7E. RGB value is (4,83,126). Sum of RGB (Red+Green+Blue) = 4+83+126=213 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.88% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #04537E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04537E is #FBAC81. Grayscale: #404040. Windows color (decimal): -16493698 or 8278788. OLE color: 8278788.
HSL color Cylindrical-coordinate representation of color #04537E: hue angle of 201.15º 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 #04537E is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 83 | 126 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.51 |
| HSL | 201.15º | 0.94% | 0.25% | - |
| HSV(B) | 201.15º | 0.97% | 0.49% | - |
| XYZ | 6.91 | 7.72 | 20.86 | - |
| YUV | 64.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 126 | 0.97 | 0.34 | 0 | 0.51 | 201.15 | 0.94 | 0.25 |
| Hex | 4 | 53 | 7E | 61 | 22 | 0 | 33 | C9 | 5E | 19 |
| Octal | 4 | 123 | 176 | 141 | 42 | 0 | 63 | 311 | 136 | 31 |
| Binary | 100 | 1010011 | 1111110 | 1100001 | 100010 | 0 | 110011 | 11001001 | 1011110 | 11001 |
Color Harmonies of #04537E
Complementary color
Monochromatic Colors of #04537E
Black with #04537E
Text Example
Text Example
White with #04537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04537E; }
p { color: rgb(4,83,126); }
H1.HeaderClassName
{
color: #04537E;
}
.AnyTagClassName
{
color: #04537E;
}
</style>
background-color css
<style>
a { background-color: #04537E; }
a { background-color: rgb(4,83,126); }
div.DivClassName
{
background-color: #04537E;
}
.BgClassName
{
background-color: #04537E;
}
</style>
border-color css
<style>
span { border-color: #04537E; }
span { border-color: rgb(4,83,126); }
td.TdClassName
{
border-color: #04537E;
}
.TagClassName
{
border-color: #04537E;
}
</style>