Shades of Cobalt #0444BB
Tints of Cobalt #0444BB
RGB
CMYK
RGB Variations
Color information
#0444BB (or 0x0444BB) is known color: Cobalt. HEX triplet: 04, 44 and BB. RGB value is (4,68,187). Sum of RGB (Red+Green+Blue) = 4+68+187=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #0444BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0444BB is #FBBB44. Grayscale: #3D3D3D. Windows color (decimal): -16497477 or 12272644. OLE color: 12272644.
HSL color Cylindrical-coordinate representation of color #0444BB: hue angle of 219.02º 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 #0444BB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 68 | 187 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.27 |
| HSL | 219.02º | 0.96% | 0.37% | - |
| HSV(B) | 219.02º | 0.98% | 0.73% | - |
| XYZ | 11.09 | 7.75 | 47.92 | - |
| YUV | 62.43 | 198.3 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 187 | 0.98 | 0.64 | 0 | 0.27 | 219.02 | 0.96 | 0.37 |
| Hex | 4 | 44 | BB | 62 | 40 | 0 | 1B | DB | 60 | 25 |
| Octal | 4 | 104 | 273 | 142 | 100 | 0 | 33 | 333 | 140 | 45 |
| Binary | 100 | 1000100 | 10111011 | 1100010 | 1000000 | 0 | 11011 | 11011011 | 1100000 | 100101 |
Color Harmonies of #0444BB
Complementary color
Monochromatic Colors of #0444BB
Black with #0444BB
Text Example
Text Example
White with #0444BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0444BB; }
p { color: rgb(4,68,187); }
H1.HeaderClassName
{
color: #0444BB;
}
.AnyTagClassName
{
color: #0444BB;
}
</style>
background-color css
<style>
a { background-color: #0444BB; }
a { background-color: rgb(4,68,187); }
div.DivClassName
{
background-color: #0444BB;
}
.BgClassName
{
background-color: #0444BB;
}
</style>
border-color css
<style>
span { border-color: #0444BB; }
span { border-color: rgb(4,68,187); }
td.TdClassName
{
border-color: #0444BB;
}
.TagClassName
{
border-color: #0444BB;
}
</style>