Shades of Dark Cerulean #04528E
Tints of Dark Cerulean #04528E
RGB
CMYK
RGB Variations
Color information
#04528E (or 0x04528E) is known color: Dark Cerulean. HEX triplet: 04, 52 and 8E. RGB value is (4,82,142). Sum of RGB (Red+Green+Blue) = 4+82+142=228 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 228); Green value is 82 (32.42% from 255 or 35.96% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #04528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528E is #FBAD71. Grayscale: #414141. Windows color (decimal): -16493938 or 9327108. OLE color: 9327108.
HSL color Cylindrical-coordinate representation of color #04528E: hue angle of 206.09º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04528E is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 82 | 142 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.44 |
| HSL | 206.09º | 0.95% | 0.29% | - |
| HSV(B) | 206.09º | 0.97% | 0.56% | - |
| XYZ | 7.95 | 8.01 | 26.72 | - |
| YUV | 65.52 | 171.16 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 142 | 0.97 | 0.42 | 0 | 0.44 | 206.09 | 0.95 | 0.29 |
| Hex | 4 | 52 | 8E | 61 | 2A | 0 | 2C | CE | 5F | 1D |
| Octal | 4 | 122 | 216 | 141 | 52 | 0 | 54 | 316 | 137 | 35 |
| Binary | 100 | 1010010 | 10001110 | 1100001 | 101010 | 0 | 101100 | 11001110 | 1011111 | 11101 |
Color Harmonies of #04528E
Complementary color
Monochromatic Colors of #04528E
Black with #04528E
Text Example
Text Example
White with #04528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04528E; }
p { color: rgb(4,82,142); }
H1.HeaderClassName
{
color: #04528E;
}
.AnyTagClassName
{
color: #04528E;
}
</style>
background-color css
<style>
a { background-color: #04528E; }
a { background-color: rgb(4,82,142); }
div.DivClassName
{
background-color: #04528E;
}
.BgClassName
{
background-color: #04528E;
}
</style>
border-color css
<style>
span { border-color: #04528E; }
span { border-color: rgb(4,82,142); }
td.TdClassName
{
border-color: #04528E;
}
.TagClassName
{
border-color: #04528E;
}
</style>