Shades of Dark Cerulean #04528D
Tints of Dark Cerulean #04528D
RGB
CMYK
RGB Variations
Color information
#04528D (or 0x04528D) is known color: Dark Cerulean. HEX triplet: 04, 52 and 8D. RGB value is (4,82,141). Sum of RGB (Red+Green+Blue) = 4+82+141=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 141 (55.47% from 255 or 62.11% from 227); Max value from RGB is 141 - color contains mainly: blue. Hex color #04528D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528D is #FBAD72. Grayscale: #414141. Windows color (decimal): -16493939 or 9261572. OLE color: 9261572.
HSL color Cylindrical-coordinate representation of color #04528D: hue angle of 205.84º 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 #04528D is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 82 | 141 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.45 |
| HSL | 205.84º | 0.94% | 0.28% | - |
| HSV(B) | 205.84º | 0.97% | 0.55% | - |
| XYZ | 7.88 | 7.98 | 26.33 | - |
| YUV | 65.4 | 170.66 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 141 | 0.97 | 0.42 | 0 | 0.45 | 205.84 | 0.94 | 0.28 |
| Hex | 4 | 52 | 8D | 61 | 2A | 0 | 2D | CE | 5E | 1C |
| Octal | 4 | 122 | 215 | 141 | 52 | 0 | 55 | 316 | 136 | 34 |
| Binary | 100 | 1010010 | 10001101 | 1100001 | 101010 | 0 | 101101 | 11001110 | 1011110 | 11100 |
Color Harmonies of #04528D
Complementary color
Monochromatic Colors of #04528D
Black with #04528D
Text Example
Text Example
White with #04528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04528D; }
p { color: rgb(4,82,141); }
H1.HeaderClassName
{
color: #04528D;
}
.AnyTagClassName
{
color: #04528D;
}
</style>
background-color css
<style>
a { background-color: #04528D; }
a { background-color: rgb(4,82,141); }
div.DivClassName
{
background-color: #04528D;
}
.BgClassName
{
background-color: #04528D;
}
</style>
border-color css
<style>
span { border-color: #04528D; }
span { border-color: rgb(4,82,141); }
td.TdClassName
{
border-color: #04528D;
}
.TagClassName
{
border-color: #04528D;
}
</style>