Shades of Cobalt #0441BB
Tints of Cobalt #0441BB
RGB
CMYK
RGB Variations
Color information
#0441BB (or 0x0441BB) is known color: Cobalt. HEX triplet: 04, 41 and BB. RGB value is (4,65,187). Sum of RGB (Red+Green+Blue) = 4+65+187=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #0441BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0441BB is #FBBE44. Grayscale: #3C3C3C. Windows color (decimal): -16498245 or 12271876. OLE color: 12271876.
HSL color Cylindrical-coordinate representation of color #0441BB: hue angle of 220º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0441BB is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 65 | 187 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.27 |
| HSL | 220º | 0.96% | 0.37% | - |
| HSV(B) | 220º | 0.98% | 0.73% | - |
| XYZ | 10.91 | 7.39 | 47.87 | - |
| YUV | 60.67 | 199.29 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 65 | 187 | 0.98 | 0.65 | 0 | 0.27 | 220 | 0.96 | 0.37 |
| Hex | 4 | 41 | BB | 62 | 41 | 0 | 1B | DC | 60 | 25 |
| Octal | 4 | 101 | 273 | 142 | 101 | 0 | 33 | 334 | 140 | 45 |
| Binary | 100 | 1000001 | 10111011 | 1100010 | 1000001 | 0 | 11011 | 11011100 | 1100000 | 100101 |
Color Harmonies of #0441BB
Complementary color
Monochromatic Colors of #0441BB
Black with #0441BB
Text Example
Text Example
White with #0441BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0441BB; }
p { color: rgb(4,65,187); }
H1.HeaderClassName
{
color: #0441BB;
}
.AnyTagClassName
{
color: #0441BB;
}
</style>
background-color css
<style>
a { background-color: #0441BB; }
a { background-color: rgb(4,65,187); }
div.DivClassName
{
background-color: #0441BB;
}
.BgClassName
{
background-color: #0441BB;
}
</style>
border-color css
<style>
span { border-color: #0441BB; }
span { border-color: rgb(4,65,187); }
td.TdClassName
{
border-color: #0441BB;
}
.TagClassName
{
border-color: #0441BB;
}
</style>