Shades of Cobalt #04409F
Tints of Cobalt #04409F
RGB
CMYK
RGB Variations
Color information
#04409F (or 0x04409F) is known color: Cobalt. HEX triplet: 04, 40 and 9F. RGB value is (4,64,159). Sum of RGB (Red+Green+Blue) = 4+64+159=227 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.76% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #04409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04409F is #FBBF60. Grayscale: #383838. Windows color (decimal): -16498529 or 10436612. OLE color: 10436612.
HSL color Cylindrical-coordinate representation of color #04409F: hue angle of 216.77º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04409F is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 4 | 64 | 159 | - |
| CMYK | 0.97 | 0.60 | 0 | 0.38 |
| HSL | 216.77º | 0.95% | 0.32% | - |
| HSV(B) | 216.77º | 0.97% | 0.62% | - |
| XYZ | 8.14 | 6.2 | 33.57 | - |
| YUV | 56.89 | 185.62 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 159 | 0.97 | 0.60 | 0 | 0.38 | 216.77 | 0.95 | 0.32 |
| Hex | 4 | 40 | 9F | 61 | 3C | 0 | 26 | D9 | 5F | 20 |
| Octal | 4 | 100 | 237 | 141 | 74 | 0 | 46 | 331 | 137 | 40 |
| Binary | 100 | 1000000 | 10011111 | 1100001 | 111100 | 0 | 100110 | 11011001 | 1011111 | 100000 |
Color Harmonies of #04409F
Complementary color
Monochromatic Colors of #04409F
Black with #04409F
Text Example
Text Example
White with #04409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04409F; }
p { color: rgb(4,64,159); }
H1.HeaderClassName
{
color: #04409F;
}
.AnyTagClassName
{
color: #04409F;
}
</style>
background-color css
<style>
a { background-color: #04409F; }
a { background-color: rgb(4,64,159); }
div.DivClassName
{
background-color: #04409F;
}
.BgClassName
{
background-color: #04409F;
}
</style>
border-color css
<style>
span { border-color: #04409F; }
span { border-color: rgb(4,64,159); }
td.TdClassName
{
border-color: #04409F;
}
.TagClassName
{
border-color: #04409F;
}
</style>