Shades of Dark Cerulean #04548F
Tints of Dark Cerulean #04548F
RGB
CMYK
RGB Variations
Color information
#04548F (or 0x04548F) is known color: Dark Cerulean. HEX triplet: 04, 54 and 8F. RGB value is (4,84,143). Sum of RGB (Red+Green+Blue) = 4+84+143=231 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.73% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #04548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04548F is #FBAB70. Grayscale: #424242. Windows color (decimal): -16493425 or 9393156. OLE color: 9393156.
HSL color Cylindrical-coordinate representation of color #04548F: hue angle of 205.47º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04548F is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 84 | 143 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.44 |
| HSL | 205.47º | 0.95% | 0.29% | - |
| HSV(B) | 205.47º | 0.97% | 0.56% | - |
| XYZ | 8.18 | 8.35 | 27.17 | - |
| YUV | 66.81 | 171 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 84 | 143 | 0.97 | 0.41 | 0 | 0.44 | 205.47 | 0.95 | 0.29 |
| Hex | 4 | 54 | 8F | 61 | 29 | 0 | 2C | CD | 5F | 1D |
| Octal | 4 | 124 | 217 | 141 | 51 | 0 | 54 | 315 | 137 | 35 |
| Binary | 100 | 1010100 | 10001111 | 1100001 | 101001 | 0 | 101100 | 11001101 | 1011111 | 11101 |
Color Harmonies of #04548F
Complementary color
Monochromatic Colors of #04548F
Black with #04548F
Text Example
Text Example
White with #04548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04548F; }
p { color: rgb(4,84,143); }
H1.HeaderClassName
{
color: #04548F;
}
.AnyTagClassName
{
color: #04548F;
}
</style>
background-color css
<style>
a { background-color: #04548F; }
a { background-color: rgb(4,84,143); }
div.DivClassName
{
background-color: #04548F;
}
.BgClassName
{
background-color: #04548F;
}
</style>
border-color css
<style>
span { border-color: #04548F; }
span { border-color: rgb(4,84,143); }
td.TdClassName
{
border-color: #04548F;
}
.TagClassName
{
border-color: #04548F;
}
</style>