Shades of Dark Cerulean #04608F
Tints of Dark Cerulean #04608F
RGB
CMYK
RGB Variations
Color information
#04608F (or 0x04608F) is known color: Dark Cerulean. HEX triplet: 04, 60 and 8F. RGB value is (4,96,143). Sum of RGB (Red+Green+Blue) = 4+96+143=243 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #04608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #04608F is #FB9F70. Grayscale: #494949. Windows color (decimal): -16490353 or 9396228. OLE color: 9396228.
HSL color Cylindrical-coordinate representation of color #04608F: hue angle of 200.29º 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 #04608F is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 4 | 96 | 143 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.44 |
| HSL | 200.29º | 0.95% | 0.29% | - |
| HSV(B) | 200.29º | 0.97% | 0.56% | - |
| XYZ | 9.19 | 10.37 | 27.5 | - |
| YUV | 73.85 | 167.02 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 96 | 143 | 0.97 | 0.33 | 0 | 0.44 | 200.29 | 0.95 | 0.29 |
| Hex | 4 | 60 | 8F | 61 | 21 | 0 | 2C | C8 | 5F | 1D |
| Octal | 4 | 140 | 217 | 141 | 41 | 0 | 54 | 310 | 137 | 35 |
| Binary | 100 | 1100000 | 10001111 | 1100001 | 100001 | 0 | 101100 | 11001000 | 1011111 | 11101 |
Color Harmonies of #04608F
Complementary color
Monochromatic Colors of #04608F
Black with #04608F
Text Example
Text Example
White with #04608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04608F; }
p { color: rgb(4,96,143); }
H1.HeaderClassName
{
color: #04608F;
}
.AnyTagClassName
{
color: #04608F;
}
</style>
background-color css
<style>
a { background-color: #04608F; }
a { background-color: rgb(4,96,143); }
div.DivClassName
{
background-color: #04608F;
}
.BgClassName
{
background-color: #04608F;
}
</style>
border-color css
<style>
span { border-color: #04608F; }
span { border-color: rgb(4,96,143); }
td.TdClassName
{
border-color: #04608F;
}
.TagClassName
{
border-color: #04608F;
}
</style>