Shades of Dark Cerulean #04518B
Tints of Dark Cerulean #04518B
RGB
CMYK
RGB Variations
Color information
#04518B (or 0x04518B) is known color: Dark Cerulean. HEX triplet: 04, 51 and 8B. RGB value is (4,81,139). Sum of RGB (Red+Green+Blue) = 4+81+139=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #04518B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04518B is #FBAE74. Grayscale: #404040. Windows color (decimal): -16494197 or 9130244. OLE color: 9130244.
HSL color Cylindrical-coordinate representation of color #04518B: hue angle of 205.78º 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 #04518B is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 81 | 139 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.45 |
| HSL | 205.78º | 0.94% | 0.28% | - |
| HSV(B) | 205.78º | 0.97% | 0.55% | - |
| XYZ | 7.65 | 7.77 | 25.52 | - |
| YUV | 64.59 | 169.99 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 81 | 139 | 0.97 | 0.42 | 0 | 0.45 | 205.78 | 0.94 | 0.28 |
| Hex | 4 | 51 | 8B | 61 | 2A | 0 | 2D | CE | 5E | 1C |
| Octal | 4 | 121 | 213 | 141 | 52 | 0 | 55 | 316 | 136 | 34 |
| Binary | 100 | 1010001 | 10001011 | 1100001 | 101010 | 0 | 101101 | 11001110 | 1011110 | 11100 |
Color Harmonies of #04518B
Complementary color
Monochromatic Colors of #04518B
Black with #04518B
Text Example
Text Example
White with #04518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04518B; }
p { color: rgb(4,81,139); }
H1.HeaderClassName
{
color: #04518B;
}
.AnyTagClassName
{
color: #04518B;
}
</style>
background-color css
<style>
a { background-color: #04518B; }
a { background-color: rgb(4,81,139); }
div.DivClassName
{
background-color: #04518B;
}
.BgClassName
{
background-color: #04518B;
}
</style>
border-color css
<style>
span { border-color: #04518B; }
span { border-color: rgb(4,81,139); }
td.TdClassName
{
border-color: #04518B;
}
.TagClassName
{
border-color: #04518B;
}
</style>