Shades of Dark Cerulean #04598B
Tints of Dark Cerulean #04598B
RGB
CMYK
RGB Variations
Color information
#04598B (or 0x04598B) is known color: Dark Cerulean. HEX triplet: 04, 59 and 8B. RGB value is (4,89,139). Sum of RGB (Red+Green+Blue) = 4+89+139=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #04598B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04598B is #FBA674. Grayscale: #454545. Windows color (decimal): -16492149 or 9132292. OLE color: 9132292.
HSL color Cylindrical-coordinate representation of color #04598B: hue angle of 202.22º 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 #04598B is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 89 | 139 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.45 |
| HSL | 202.22º | 0.94% | 0.28% | - |
| HSV(B) | 202.22º | 0.97% | 0.55% | - |
| XYZ | 8.28 | 9.03 | 25.73 | - |
| YUV | 69.29 | 167.34 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 89 | 139 | 0.97 | 0.36 | 0 | 0.45 | 202.22 | 0.94 | 0.28 |
| Hex | 4 | 59 | 8B | 61 | 24 | 0 | 2D | CA | 5E | 1C |
| Octal | 4 | 131 | 213 | 141 | 44 | 0 | 55 | 312 | 136 | 34 |
| Binary | 100 | 1011001 | 10001011 | 1100001 | 100100 | 0 | 101101 | 11001010 | 1011110 | 11100 |
Color Harmonies of #04598B
Complementary color
Monochromatic Colors of #04598B
Black with #04598B
Text Example
Text Example
White with #04598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04598B; }
p { color: rgb(4,89,139); }
H1.HeaderClassName
{
color: #04598B;
}
.AnyTagClassName
{
color: #04598B;
}
</style>
background-color css
<style>
a { background-color: #04598B; }
a { background-color: rgb(4,89,139); }
div.DivClassName
{
background-color: #04598B;
}
.BgClassName
{
background-color: #04598B;
}
</style>
border-color css
<style>
span { border-color: #04598B; }
span { border-color: rgb(4,89,139); }
td.TdClassName
{
border-color: #04598B;
}
.TagClassName
{
border-color: #04598B;
}
</style>