Shades of Dark Cerulean #04528B
Tints of Dark Cerulean #04528B
RGB
CMYK
RGB Variations
Color information
#04528B (or 0x04528B) is known color: Dark Cerulean. HEX triplet: 04, 52 and 8B. RGB value is (4,82,139). Sum of RGB (Red+Green+Blue) = 4+82+139=225 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.78% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #04528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528B is #FBAD74. Grayscale: #404040. Windows color (decimal): -16493941 or 9130500. OLE color: 9130500.
HSL color Cylindrical-coordinate representation of color #04528B: hue angle of 205.33º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04528B is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 82 | 139 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.45 |
| HSL | 205.33º | 0.94% | 0.28% | - |
| HSV(B) | 205.33º | 0.97% | 0.55% | - |
| XYZ | 7.73 | 7.92 | 25.55 | - |
| YUV | 65.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 139 | 0.97 | 0.41 | 0 | 0.45 | 205.33 | 0.94 | 0.28 |
| Hex | 4 | 52 | 8B | 61 | 29 | 0 | 2D | CD | 5E | 1C |
| Octal | 4 | 122 | 213 | 141 | 51 | 0 | 55 | 315 | 136 | 34 |
| Binary | 100 | 1010010 | 10001011 | 1100001 | 101001 | 0 | 101101 | 11001101 | 1011110 | 11100 |
Color Harmonies of #04528B
Complementary color
Monochromatic Colors of #04528B
Black with #04528B
Text Example
Text Example
White with #04528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04528B; }
p { color: rgb(4,82,139); }
H1.HeaderClassName
{
color: #04528B;
}
.AnyTagClassName
{
color: #04528B;
}
</style>
background-color css
<style>
a { background-color: #04528B; }
a { background-color: rgb(4,82,139); }
div.DivClassName
{
background-color: #04528B;
}
.BgClassName
{
background-color: #04528B;
}
</style>
border-color css
<style>
span { border-color: #04528B; }
span { border-color: rgb(4,82,139); }
td.TdClassName
{
border-color: #04528B;
}
.TagClassName
{
border-color: #04528B;
}
</style>