Shades of Cobalt #044BBC
Tints of Cobalt #044BBC
RGB
CMYK
RGB Variations
Color information
#044BBC (or 0x044BBC) is known color: Cobalt. HEX triplet: 04, 4B and BC. RGB value is (4,75,188). Sum of RGB (Red+Green+Blue) = 4+75+188=267 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 188 (73.83% from 255 or 70.41% from 267); Max value from RGB is 188 - color contains mainly: blue. Hex color #044BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BBC is #FBB443. Grayscale: #424242. Windows color (decimal): -16495684 or 12339972. OLE color: 12339972.
HSL color Cylindrical-coordinate representation of color #044BBC: hue angle of 216.85º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BBC is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 75 | 188 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.26 |
| HSL | 216.85º | 0.96% | 0.38% | - |
| HSV(B) | 216.85º | 0.98% | 0.74% | - |
| XYZ | 11.64 | 8.69 | 48.64 | - |
| YUV | 66.65 | 196.48 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 188 | 0.98 | 0.60 | 0 | 0.26 | 216.85 | 0.96 | 0.38 |
| Hex | 4 | 4B | BC | 62 | 3C | 0 | 1A | D9 | 60 | 26 |
| Octal | 4 | 113 | 274 | 142 | 74 | 0 | 32 | 331 | 140 | 46 |
| Binary | 100 | 1001011 | 10111100 | 1100010 | 111100 | 0 | 11010 | 11011001 | 1100000 | 100110 |
Color Harmonies of #044BBC
Complementary color
Monochromatic Colors of #044BBC
Black with #044BBC
Text Example
Text Example
White with #044BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BBC; }
p { color: rgb(4,75,188); }
H1.HeaderClassName
{
color: #044BBC;
}
.AnyTagClassName
{
color: #044BBC;
}
</style>
background-color css
<style>
a { background-color: #044BBC; }
a { background-color: rgb(4,75,188); }
div.DivClassName
{
background-color: #044BBC;
}
.BgClassName
{
background-color: #044BBC;
}
</style>
border-color css
<style>
span { border-color: #044BBC; }
span { border-color: rgb(4,75,188); }
td.TdClassName
{
border-color: #044BBC;
}
.TagClassName
{
border-color: #044BBC;
}
</style>