Shades of Dark Cerulean #04537B
Tints of Dark Cerulean #04537B
RGB
CMYK
RGB Variations
Color information
#04537B (or 0x04537B) is known color: Dark Cerulean. HEX triplet: 04, 53 and 7B. RGB value is (4,83,123). Sum of RGB (Red+Green+Blue) = 4+83+123=210 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 123 (48.44% from 255 or 58.57% from 210); Max value from RGB is 123 - color contains mainly: blue. Hex color #04537B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04537B is #FBAC84. Grayscale: #3F3F3F. Windows color (decimal): -16493701 or 8082180. OLE color: 8082180.
HSL color Cylindrical-coordinate representation of color #04537B: hue angle of 200.17º 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 #04537B is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 83 | 123 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.52 |
| HSL | 200.17º | 0.94% | 0.25% | - |
| HSV(B) | 200.17º | 0.97% | 0.48% | - |
| XYZ | 6.72 | 7.64 | 19.86 | - |
| YUV | 63.94 | 161.33 | 85.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 123 | 0.97 | 0.33 | 0 | 0.52 | 200.17 | 0.94 | 0.25 |
| Hex | 4 | 53 | 7B | 61 | 21 | 0 | 34 | C8 | 5E | 19 |
| Octal | 4 | 123 | 173 | 141 | 41 | 0 | 64 | 310 | 136 | 31 |
| Binary | 100 | 1010011 | 1111011 | 1100001 | 100001 | 0 | 110100 | 11001000 | 1011110 | 11001 |
Color Harmonies of #04537B
Complementary color
Monochromatic Colors of #04537B
Black with #04537B
Text Example
Text Example
White with #04537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04537B; }
p { color: rgb(4,83,123); }
H1.HeaderClassName
{
color: #04537B;
}
.AnyTagClassName
{
color: #04537B;
}
</style>
background-color css
<style>
a { background-color: #04537B; }
a { background-color: rgb(4,83,123); }
div.DivClassName
{
background-color: #04537B;
}
.BgClassName
{
background-color: #04537B;
}
</style>
border-color css
<style>
span { border-color: #04537B; }
span { border-color: rgb(4,83,123); }
td.TdClassName
{
border-color: #04537B;
}
.TagClassName
{
border-color: #04537B;
}
</style>