Shades of Cobalt #0441AD
Tints of Cobalt #0441AD
RGB
CMYK
RGB Variations
Color information
#0441AD (or 0x0441AD) is known color: Cobalt. HEX triplet: 04, 41 and AD. RGB value is (4,65,173). Sum of RGB (Red+Green+Blue) = 4+65+173=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 173 (67.97% from 255 or 71.49% from 242); Max value from RGB is 173 - color contains mainly: blue. Hex color #0441AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0441AD is #FBBE52. Grayscale: #3A3A3A. Windows color (decimal): -16498259 or 11354372. OLE color: 11354372.
HSL color Cylindrical-coordinate representation of color #0441AD: hue angle of 218.34º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441AD is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 65 | 173 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.32 |
| HSL | 218.34º | 0.95% | 0.35% | - |
| HSV(B) | 218.34º | 0.98% | 0.68% | - |
| XYZ | 9.48 | 6.82 | 40.35 | - |
| YUV | 59.07 | 192.29 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 173 | 0.98 | 0.62 | 0 | 0.32 | 218.34 | 0.95 | 0.35 |
| Hex | 4 | 41 | AD | 62 | 3E | 0 | 20 | DA | 5F | 23 |
| Octal | 4 | 101 | 255 | 142 | 76 | 0 | 40 | 332 | 137 | 43 |
| Binary | 100 | 1000001 | 10101101 | 1100010 | 111110 | 0 | 100000 | 11011010 | 1011111 | 100011 |
Color Harmonies of #0441AD
Complementary color
Monochromatic Colors of #0441AD
Black with #0441AD
Text Example
Text Example
White with #0441AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0441AD; }
p { color: rgb(4,65,173); }
H1.HeaderClassName
{
color: #0441AD;
}
.AnyTagClassName
{
color: #0441AD;
}
</style>
background-color css
<style>
a { background-color: #0441AD; }
a { background-color: rgb(4,65,173); }
div.DivClassName
{
background-color: #0441AD;
}
.BgClassName
{
background-color: #0441AD;
}
</style>
border-color css
<style>
span { border-color: #0441AD; }
span { border-color: rgb(4,65,173); }
td.TdClassName
{
border-color: #0441AD;
}
.TagClassName
{
border-color: #0441AD;
}
</style>