Shades of Cobalt #0441C5
Tints of Cobalt #0441C5
RGB
CMYK
RGB Variations
Color information
#0441C5 (or 0x0441C5) is known color: Cobalt. HEX triplet: 04, 41 and C5. RGB value is (4,65,197). Sum of RGB (Red+Green+Blue) = 4+65+197=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #0441C5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441C5 is #FBBE3A. Grayscale: #3D3D3D. Windows color (decimal): -16498235 or 12927236. OLE color: 12927236.
HSL color Cylindrical-coordinate representation of color #0441C5: hue angle of 221.04º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441C5 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 4 | 65 | 197 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.23 |
| HSL | 221.04º | 0.96% | 0.39% | - |
| HSV(B) | 221.04º | 0.98% | 0.77% | - |
| XYZ | 12.02 | 7.84 | 53.7 | - |
| YUV | 61.81 | 204.29 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 197 | 0.98 | 0.67 | 0 | 0.23 | 221.04 | 0.96 | 0.39 |
| Hex | 4 | 41 | C5 | 62 | 43 | 0 | 17 | DD | 60 | 27 |
| Octal | 4 | 101 | 305 | 142 | 103 | 0 | 27 | 335 | 140 | 47 |
| Binary | 100 | 1000001 | 11000101 | 1100010 | 1000011 | 0 | 10111 | 11011101 | 1100000 | 100111 |
Color Harmonies of #0441C5
Complementary color
Monochromatic Colors of #0441C5
Black with #0441C5
Text Example
Text Example
White with #0441C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0441C5; }
p { color: rgb(4,65,197); }
H1.HeaderClassName
{
color: #0441C5;
}
.AnyTagClassName
{
color: #0441C5;
}
</style>
background-color css
<style>
a { background-color: #0441C5; }
a { background-color: rgb(4,65,197); }
div.DivClassName
{
background-color: #0441C5;
}
.BgClassName
{
background-color: #0441C5;
}
</style>
border-color css
<style>
span { border-color: #0441C5; }
span { border-color: rgb(4,65,197); }
td.TdClassName
{
border-color: #0441C5;
}
.TagClassName
{
border-color: #0441C5;
}
</style>