Shades of Cobalt #0044BB
Tints of Cobalt #0044BB
RGB
CMYK
RGB Variations
Color information
#0044BB (or 0x0044BB) is known color: Cobalt. HEX triplet: 00, 44 and BB. RGB value is (0,68,187). Sum of RGB (Red+Green+Blue) = 0+68+187=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 187 (73.44% from 255 or 73.33% from 255); Max value from RGB is 187 - color contains mainly: blue. Hex color #0044BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0044BB is #FFBB44. Grayscale: #3C3C3C. Windows color (decimal): -16759621 or 12272640. OLE color: 12272640.
HSL color Cylindrical-coordinate representation of color #0044BB: hue angle of 218.18º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044BB is Cyan = 1, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 68 | 187 | - |
| CMYK | 1 | 0.64 | 0 | 0.27 |
| HSL | 218.18º | 1% | 0.37% | - |
| HSV(B) | 218.18º | 1% | 0.73% | - |
| XYZ | 11.04 | 7.72 | 47.92 | - |
| YUV | 61.23 | 198.97 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 187 | 1 | 0.64 | 0 | 0.27 | 218.18 | 1 | 0.37 |
| Hex | 0 | 44 | BB | 64 | 40 | 0 | 1B | DA | 64 | 25 |
| Octal | 0 | 104 | 273 | 144 | 100 | 0 | 33 | 332 | 144 | 45 |
| Binary | 0 | 1000100 | 10111011 | 1100100 | 1000000 | 0 | 11011 | 11011010 | 1100100 | 100101 |
Color Harmonies of #0044BB
Complementary color
Monochromatic Colors of #0044BB
Black with #0044BB
Text Example
Text Example
White with #0044BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044BB; }
p { color: rgb(0,68,187); }
H1.HeaderClassName
{
color: #0044BB;
}
.AnyTagClassName
{
color: #0044BB;
}
</style>
background-color css
<style>
a { background-color: #0044BB; }
a { background-color: rgb(0,68,187); }
div.DivClassName
{
background-color: #0044BB;
}
.BgClassName
{
background-color: #0044BB;
}
</style>
border-color css
<style>
span { border-color: #0044BB; }
span { border-color: rgb(0,68,187); }
td.TdClassName
{
border-color: #0044BB;
}
.TagClassName
{
border-color: #0044BB;
}
</style>