Shades of Cobalt #044BBF
Tints of Cobalt #044BBF
RGB
CMYK
RGB Variations
Color information
#044BBF (or 0x044BBF) is known color: Cobalt. HEX triplet: 04, 4B and BF. RGB value is (4,75,191). Sum of RGB (Red+Green+Blue) = 4+75+191=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #044BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044BBF is #FBB440. Grayscale: #424242. Windows color (decimal): -16495681 or 12536580. OLE color: 12536580.
HSL color Cylindrical-coordinate representation of color #044BBF: hue angle of 217.22º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BBF is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 4 | 75 | 191 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.25 |
| HSL | 217.22º | 0.96% | 0.38% | - |
| HSV(B) | 217.22º | 0.98% | 0.75% | - |
| XYZ | 11.97 | 8.82 | 50.36 | - |
| YUV | 67 | 197.98 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 191 | 0.98 | 0.61 | 0 | 0.25 | 217.22 | 0.96 | 0.38 |
| Hex | 4 | 4B | BF | 62 | 3D | 0 | 19 | D9 | 60 | 26 |
| Octal | 4 | 113 | 277 | 142 | 75 | 0 | 31 | 331 | 140 | 46 |
| Binary | 100 | 1001011 | 10111111 | 1100010 | 111101 | 0 | 11001 | 11011001 | 1100000 | 100110 |
Color Harmonies of #044BBF
Complementary color
Monochromatic Colors of #044BBF
Black with #044BBF
Text Example
Text Example
White with #044BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BBF; }
p { color: rgb(4,75,191); }
H1.HeaderClassName
{
color: #044BBF;
}
.AnyTagClassName
{
color: #044BBF;
}
</style>
background-color css
<style>
a { background-color: #044BBF; }
a { background-color: rgb(4,75,191); }
div.DivClassName
{
background-color: #044BBF;
}
.BgClassName
{
background-color: #044BBF;
}
</style>
border-color css
<style>
span { border-color: #044BBF; }
span { border-color: rgb(4,75,191); }
td.TdClassName
{
border-color: #044BBF;
}
.TagClassName
{
border-color: #044BBF;
}
</style>