Shades of Cobalt #044BBB
Tints of Cobalt #044BBB
RGB
CMYK
RGB Variations
Color information
#044BBB (or 0x044BBB) is known color: Cobalt. HEX triplet: 04, 4B and BB. RGB value is (4,75,187). Sum of RGB (Red+Green+Blue) = 4+75+187=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 187 (73.44% from 255 or 70.30% from 266); Max value from RGB is 187 - color contains mainly: blue. Hex color #044BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BBB is #FBB444. Grayscale: #424242. Windows color (decimal): -16495685 or 12274436. OLE color: 12274436.
HSL color Cylindrical-coordinate representation of color #044BBB: hue angle of 216.72º 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 #044BBB is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 75 | 187 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.27 |
| HSL | 216.72º | 0.96% | 0.37% | - |
| HSV(B) | 216.72º | 0.98% | 0.73% | - |
| XYZ | 11.54 | 8.65 | 48.07 | - |
| YUV | 66.54 | 195.98 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 187 | 0.98 | 0.60 | 0 | 0.27 | 216.72 | 0.96 | 0.37 |
| Hex | 4 | 4B | BB | 62 | 3C | 0 | 1B | D9 | 60 | 25 |
| Octal | 4 | 113 | 273 | 142 | 74 | 0 | 33 | 331 | 140 | 45 |
| Binary | 100 | 1001011 | 10111011 | 1100010 | 111100 | 0 | 11011 | 11011001 | 1100000 | 100101 |
Color Harmonies of #044BBB
Complementary color
Monochromatic Colors of #044BBB
Black with #044BBB
Text Example
Text Example
White with #044BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BBB; }
p { color: rgb(4,75,187); }
H1.HeaderClassName
{
color: #044BBB;
}
.AnyTagClassName
{
color: #044BBB;
}
</style>
background-color css
<style>
a { background-color: #044BBB; }
a { background-color: rgb(4,75,187); }
div.DivClassName
{
background-color: #044BBB;
}
.BgClassName
{
background-color: #044BBB;
}
</style>
border-color css
<style>
span { border-color: #044BBB; }
span { border-color: rgb(4,75,187); }
td.TdClassName
{
border-color: #044BBB;
}
.TagClassName
{
border-color: #044BBB;
}
</style>