Shades of Dark Cerulean #04527D
Tints of Dark Cerulean #04527D
RGB
CMYK
RGB Variations
Color information
#04527D (or 0x04527D) is known color: Dark Cerulean. HEX triplet: 04, 52 and 7D. RGB value is (4,82,125). Sum of RGB (Red+Green+Blue) = 4+82+125=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #04527D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04527D is #FBAD82. Grayscale: #3F3F3F. Windows color (decimal): -16493955 or 8212996. OLE color: 8212996.
HSL color Cylindrical-coordinate representation of color #04527D: hue angle of 201.32º 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 #04527D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 82 | 125 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.51 |
| HSL | 201.32º | 0.94% | 0.25% | - |
| HSV(B) | 201.32º | 0.97% | 0.49% | - |
| XYZ | 6.77 | 7.54 | 20.5 | - |
| YUV | 63.58 | 162.66 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 125 | 0.97 | 0.34 | 0 | 0.51 | 201.32 | 0.94 | 0.25 |
| Hex | 4 | 52 | 7D | 61 | 22 | 0 | 33 | C9 | 5E | 19 |
| Octal | 4 | 122 | 175 | 141 | 42 | 0 | 63 | 311 | 136 | 31 |
| Binary | 100 | 1010010 | 1111101 | 1100001 | 100010 | 0 | 110011 | 11001001 | 1011110 | 11001 |
Color Harmonies of #04527D
Complementary color
Monochromatic Colors of #04527D
Black with #04527D
Text Example
Text Example
White with #04527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04527D; }
p { color: rgb(4,82,125); }
H1.HeaderClassName
{
color: #04527D;
}
.AnyTagClassName
{
color: #04527D;
}
</style>
background-color css
<style>
a { background-color: #04527D; }
a { background-color: rgb(4,82,125); }
div.DivClassName
{
background-color: #04527D;
}
.BgClassName
{
background-color: #04527D;
}
</style>
border-color css
<style>
span { border-color: #04527D; }
span { border-color: rgb(4,82,125); }
td.TdClassName
{
border-color: #04527D;
}
.TagClassName
{
border-color: #04527D;
}
</style>