Shades of Dark Cerulean #04608D
Tints of Dark Cerulean #04608D
RGB
CMYK
RGB Variations
Color information
#04608D (or 0x04608D) is known color: Dark Cerulean. HEX triplet: 04, 60 and 8D. RGB value is (4,96,141). Sum of RGB (Red+Green+Blue) = 4+96+141=241 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.66% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #04608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04608D is #FB9F72. Grayscale: #494949. Windows color (decimal): -16490355 or 9265156. OLE color: 9265156.
HSL color Cylindrical-coordinate representation of color #04608D: hue angle of 199.71º 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 #04608D is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 96 | 141 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.45 |
| HSL | 199.71º | 0.94% | 0.28% | - |
| HSV(B) | 199.71º | 0.97% | 0.55% | - |
| XYZ | 9.04 | 10.31 | 26.71 | - |
| YUV | 73.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 141 | 0.97 | 0.32 | 0 | 0.45 | 199.71 | 0.94 | 0.28 |
| Hex | 4 | 60 | 8D | 61 | 20 | 0 | 2D | C8 | 5E | 1C |
| Octal | 4 | 140 | 215 | 141 | 40 | 0 | 55 | 310 | 136 | 34 |
| Binary | 100 | 1100000 | 10001101 | 1100001 | 100000 | 0 | 101101 | 11001000 | 1011110 | 11100 |
Color Harmonies of #04608D
Complementary color
Monochromatic Colors of #04608D
Black with #04608D
Text Example
Text Example
White with #04608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04608D; }
p { color: rgb(4,96,141); }
H1.HeaderClassName
{
color: #04608D;
}
.AnyTagClassName
{
color: #04608D;
}
</style>
background-color css
<style>
a { background-color: #04608D; }
a { background-color: rgb(4,96,141); }
div.DivClassName
{
background-color: #04608D;
}
.BgClassName
{
background-color: #04608D;
}
</style>
border-color css
<style>
span { border-color: #04608D; }
span { border-color: rgb(4,96,141); }
td.TdClassName
{
border-color: #04608D;
}
.TagClassName
{
border-color: #04608D;
}
</style>