Shades of Cobalt #044BAB
Tints of Cobalt #044BAB
RGB
CMYK
RGB Variations
Color information
#044BAB (or 0x044BAB) is known color: Cobalt. HEX triplet: 04, 4B and AB. RGB value is (4,75,171). Sum of RGB (Red+Green+Blue) = 4+75+171=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #044BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BAB is #FBB454. Grayscale: #404040. Windows color (decimal): -16495701 or 11225860. OLE color: 11225860.
HSL color Cylindrical-coordinate representation of color #044BAB: hue angle of 214.49º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BAB is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 75 | 171 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.33 |
| HSL | 214.49º | 0.95% | 0.34% | - |
| HSV(B) | 214.49º | 0.98% | 0.67% | - |
| XYZ | 9.92 | 8 | 39.55 | - |
| YUV | 64.72 | 187.98 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 171 | 0.98 | 0.56 | 0 | 0.33 | 214.49 | 0.95 | 0.34 |
| Hex | 4 | 4B | AB | 62 | 38 | 0 | 21 | D6 | 5F | 22 |
| Octal | 4 | 113 | 253 | 142 | 70 | 0 | 41 | 326 | 137 | 42 |
| Binary | 100 | 1001011 | 10101011 | 1100010 | 111000 | 0 | 100001 | 11010110 | 1011111 | 100010 |
Color Harmonies of #044BAB
Complementary color
Monochromatic Colors of #044BAB
Black with #044BAB
Text Example
Text Example
White with #044BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BAB; }
p { color: rgb(4,75,171); }
H1.HeaderClassName
{
color: #044BAB;
}
.AnyTagClassName
{
color: #044BAB;
}
</style>
background-color css
<style>
a { background-color: #044BAB; }
a { background-color: rgb(4,75,171); }
div.DivClassName
{
background-color: #044BAB;
}
.BgClassName
{
background-color: #044BAB;
}
</style>
border-color css
<style>
span { border-color: #044BAB; }
span { border-color: rgb(4,75,171); }
td.TdClassName
{
border-color: #044BAB;
}
.TagClassName
{
border-color: #044BAB;
}
</style>