Shades of Dark Cerulean #04487B
Tints of Dark Cerulean #04487B
RGB
CMYK
RGB Variations
Color information
#04487B (or 0x04487B) is known color: Dark Cerulean. HEX triplet: 04, 48 and 7B. RGB value is (4,72,123). Sum of RGB (Red+Green+Blue) = 4+72+123=199 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.01% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #04487B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04487B is #FBB784. Grayscale: #393939. Windows color (decimal): -16496517 or 8079364. OLE color: 8079364.
HSL color Cylindrical-coordinate representation of color #04487B: hue angle of 205.71º 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 #04487B is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 72 | 123 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.52 |
| HSL | 205.71º | 0.94% | 0.25% | - |
| HSV(B) | 205.71º | 0.97% | 0.48% | - |
| XYZ | 5.94 | 6.09 | 19.6 | - |
| YUV | 57.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 123 | 0.97 | 0.41 | 0 | 0.52 | 205.71 | 0.94 | 0.25 |
| Hex | 4 | 48 | 7B | 61 | 29 | 0 | 34 | CE | 5E | 19 |
| Octal | 4 | 110 | 173 | 141 | 51 | 0 | 64 | 316 | 136 | 31 |
| Binary | 100 | 1001000 | 1111011 | 1100001 | 101001 | 0 | 110100 | 11001110 | 1011110 | 11001 |
Color Harmonies of #04487B
Complementary color
Monochromatic Colors of #04487B
Black with #04487B
Text Example
Text Example
White with #04487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04487B; }
p { color: rgb(4,72,123); }
H1.HeaderClassName
{
color: #04487B;
}
.AnyTagClassName
{
color: #04487B;
}
</style>
background-color css
<style>
a { background-color: #04487B; }
a { background-color: rgb(4,72,123); }
div.DivClassName
{
background-color: #04487B;
}
.BgClassName
{
background-color: #04487B;
}
</style>
border-color css
<style>
span { border-color: #04487B; }
span { border-color: rgb(4,72,123); }
td.TdClassName
{
border-color: #04487B;
}
.TagClassName
{
border-color: #04487B;
}
</style>