Shades of Dark Cerulean #04527B
Tints of Dark Cerulean #04527B
RGB
CMYK
RGB Variations
Color information
#04527B (or 0x04527B) is known color: Dark Cerulean. HEX triplet: 04, 52 and 7B. RGB value is (4,82,123). Sum of RGB (Red+Green+Blue) = 4+82+123=209 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.91% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #04527B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #04527B is #FBAD84. Grayscale: #3F3F3F. Windows color (decimal): -16493957 or 8081924. OLE color: 8081924.
HSL color Cylindrical-coordinate representation of color #04527B: hue angle of 200.67º 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 #04527B is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 82 | 123 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.52 |
| HSL | 200.67º | 0.94% | 0.25% | - |
| HSV(B) | 200.67º | 0.97% | 0.48% | - |
| XYZ | 6.64 | 7.49 | 19.83 | - |
| YUV | 63.35 | 161.66 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 123 | 0.97 | 0.33 | 0 | 0.52 | 200.67 | 0.94 | 0.25 |
| Hex | 4 | 52 | 7B | 61 | 21 | 0 | 34 | C9 | 5E | 19 |
| Octal | 4 | 122 | 173 | 141 | 41 | 0 | 64 | 311 | 136 | 31 |
| Binary | 100 | 1010010 | 1111011 | 1100001 | 100001 | 0 | 110100 | 11001001 | 1011110 | 11001 |
Color Harmonies of #04527B
Complementary color
Monochromatic Colors of #04527B
Black with #04527B
Text Example
Text Example
White with #04527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04527B; }
p { color: rgb(4,82,123); }
H1.HeaderClassName
{
color: #04527B;
}
.AnyTagClassName
{
color: #04527B;
}
</style>
background-color css
<style>
a { background-color: #04527B; }
a { background-color: rgb(4,82,123); }
div.DivClassName
{
background-color: #04527B;
}
.BgClassName
{
background-color: #04527B;
}
</style>
border-color css
<style>
span { border-color: #04527B; }
span { border-color: rgb(4,82,123); }
td.TdClassName
{
border-color: #04527B;
}
.TagClassName
{
border-color: #04527B;
}
</style>