Shades of Dark Cerulean #04548D
Tints of Dark Cerulean #04548D
RGB
CMYK
RGB Variations
Color information
#04548D (or 0x04548D) is known color: Dark Cerulean. HEX triplet: 04, 54 and 8D. RGB value is (4,84,141). Sum of RGB (Red+Green+Blue) = 4+84+141=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #04548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548D is #FBAB72. Grayscale: #424242. Windows color (decimal): -16493427 or 9262084. OLE color: 9262084.
HSL color Cylindrical-coordinate representation of color #04548D: hue angle of 204.96º 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 #04548D is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 84 | 141 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.45 |
| HSL | 204.96º | 0.94% | 0.28% | - |
| HSV(B) | 204.96º | 0.97% | 0.55% | - |
| XYZ | 8.03 | 8.29 | 26.38 | - |
| YUV | 66.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 141 | 0.97 | 0.40 | 0 | 0.45 | 204.96 | 0.94 | 0.28 |
| Hex | 4 | 54 | 8D | 61 | 28 | 0 | 2D | CD | 5E | 1C |
| Octal | 4 | 124 | 215 | 141 | 50 | 0 | 55 | 315 | 136 | 34 |
| Binary | 100 | 1010100 | 10001101 | 1100001 | 101000 | 0 | 101101 | 11001101 | 1011110 | 11100 |
Color Harmonies of #04548D
Complementary color
Monochromatic Colors of #04548D
Black with #04548D
Text Example
Text Example
White with #04548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04548D; }
p { color: rgb(4,84,141); }
H1.HeaderClassName
{
color: #04548D;
}
.AnyTagClassName
{
color: #04548D;
}
</style>
background-color css
<style>
a { background-color: #04548D; }
a { background-color: rgb(4,84,141); }
div.DivClassName
{
background-color: #04548D;
}
.BgClassName
{
background-color: #04548D;
}
</style>
border-color css
<style>
span { border-color: #04548D; }
span { border-color: rgb(4,84,141); }
td.TdClassName
{
border-color: #04548D;
}
.TagClassName
{
border-color: #04548D;
}
</style>