Shades of Cobalt #03409F
Tints of Cobalt #03409F
RGB
CMYK
RGB Variations
Color information
#03409F (or 0x03409F) is known color: Cobalt. HEX triplet: 03, 40 and 9F. RGB value is (3,64,159). Sum of RGB (Red+Green+Blue) = 3+64+159=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 159 (62.5% from 255 or 70.35% from 226); Max value from RGB is 159 - color contains mainly: blue. Hex color #03409F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03409F is #FCBF60. Grayscale: #383838. Windows color (decimal): -16564065 or 10436611. OLE color: 10436611.
HSL color Cylindrical-coordinate representation of color #03409F: hue angle of 216.54º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03409F is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 64 | 159 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.38 |
| HSL | 216.54º | 0.96% | 0.32% | - |
| HSV(B) | 216.54º | 0.98% | 0.62% | - |
| XYZ | 8.13 | 6.19 | 33.57 | - |
| YUV | 56.59 | 185.79 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 159 | 0.98 | 0.60 | 0 | 0.38 | 216.54 | 0.96 | 0.32 |
| Hex | 3 | 40 | 9F | 62 | 3C | 0 | 26 | D9 | 60 | 20 |
| Octal | 3 | 100 | 237 | 142 | 74 | 0 | 46 | 331 | 140 | 40 |
| Binary | 11 | 1000000 | 10011111 | 1100010 | 111100 | 0 | 100110 | 11011001 | 1100000 | 100000 |
Color Harmonies of #03409F
Complementary color
Monochromatic Colors of #03409F
Black with #03409F
Text Example
Text Example
White with #03409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03409F; }
p { color: rgb(3,64,159); }
H1.HeaderClassName
{
color: #03409F;
}
.AnyTagClassName
{
color: #03409F;
}
</style>
background-color css
<style>
a { background-color: #03409F; }
a { background-color: rgb(3,64,159); }
div.DivClassName
{
background-color: #03409F;
}
.BgClassName
{
background-color: #03409F;
}
</style>
border-color css
<style>
span { border-color: #03409F; }
span { border-color: rgb(3,64,159); }
td.TdClassName
{
border-color: #03409F;
}
.TagClassName
{
border-color: #03409F;
}
</style>