Shades of Dark Cerulean #04548B
Tints of Dark Cerulean #04548B
RGB
CMYK
RGB Variations
Color information
#04548B (or 0x04548B) is known color: Dark Cerulean. HEX triplet: 04, 54 and 8B. RGB value is (4,84,139). Sum of RGB (Red+Green+Blue) = 4+84+139=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #04548B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548B is #FBAB74. Grayscale: #424242. Windows color (decimal): -16493429 or 9131012. OLE color: 9131012.
HSL color Cylindrical-coordinate representation of color #04548B: hue angle of 204.44º 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 #04548B is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 84 | 139 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.45 |
| HSL | 204.44º | 0.94% | 0.28% | - |
| HSV(B) | 204.44º | 0.97% | 0.55% | - |
| XYZ | 7.88 | 8.23 | 25.6 | - |
| YUV | 66.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 139 | 0.97 | 0.40 | 0 | 0.45 | 204.44 | 0.94 | 0.28 |
| Hex | 4 | 54 | 8B | 61 | 28 | 0 | 2D | CC | 5E | 1C |
| Octal | 4 | 124 | 213 | 141 | 50 | 0 | 55 | 314 | 136 | 34 |
| Binary | 100 | 1010100 | 10001011 | 1100001 | 101000 | 0 | 101101 | 11001100 | 1011110 | 11100 |
Color Harmonies of #04548B
Complementary color
Monochromatic Colors of #04548B
Black with #04548B
Text Example
Text Example
White with #04548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04548B; }
p { color: rgb(4,84,139); }
H1.HeaderClassName
{
color: #04548B;
}
.AnyTagClassName
{
color: #04548B;
}
</style>
background-color css
<style>
a { background-color: #04548B; }
a { background-color: rgb(4,84,139); }
div.DivClassName
{
background-color: #04548B;
}
.BgClassName
{
background-color: #04548B;
}
</style>
border-color css
<style>
span { border-color: #04548B; }
span { border-color: rgb(4,84,139); }
td.TdClassName
{
border-color: #04548B;
}
.TagClassName
{
border-color: #04548B;
}
</style>