Shades of Dark Cerulean #04528A
Tints of Dark Cerulean #04528A
RGB
CMYK
RGB Variations
Color information
#04528A (or 0x04528A) is known color: Dark Cerulean. HEX triplet: 04, 52 and 8A. RGB value is (4,82,138). Sum of RGB (Red+Green+Blue) = 4+82+138=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #04528A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04528A is #FBAD75. Grayscale: #404040. Windows color (decimal): -16493942 or 9064964. OLE color: 9064964.
HSL color Cylindrical-coordinate representation of color #04528A: hue angle of 205.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04528A is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 82 | 138 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.46 |
| HSL | 205.07º | 0.94% | 0.28% | - |
| HSV(B) | 205.07º | 0.97% | 0.54% | - |
| XYZ | 7.65 | 7.9 | 25.17 | - |
| YUV | 65.06 | 169.16 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 138 | 0.97 | 0.41 | 0 | 0.46 | 205.07 | 0.94 | 0.28 |
| Hex | 4 | 52 | 8A | 61 | 29 | 0 | 2E | CD | 5E | 1C |
| Octal | 4 | 122 | 212 | 141 | 51 | 0 | 56 | 315 | 136 | 34 |
| Binary | 100 | 1010010 | 10001010 | 1100001 | 101001 | 0 | 101110 | 11001101 | 1011110 | 11100 |
Color Harmonies of #04528A
Complementary color
Monochromatic Colors of #04528A
Black with #04528A
Text Example
Text Example
White with #04528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04528A; }
p { color: rgb(4,82,138); }
H1.HeaderClassName
{
color: #04528A;
}
.AnyTagClassName
{
color: #04528A;
}
</style>
background-color css
<style>
a { background-color: #04528A; }
a { background-color: rgb(4,82,138); }
div.DivClassName
{
background-color: #04528A;
}
.BgClassName
{
background-color: #04528A;
}
</style>
border-color css
<style>
span { border-color: #04528A; }
span { border-color: rgb(4,82,138); }
td.TdClassName
{
border-color: #04528A;
}
.TagClassName
{
border-color: #04528A;
}
</style>