Shades of Cobalt #044CAB
Tints of Cobalt #044CAB
RGB
CMYK
RGB Variations
Color information
#044CAB (or 0x044CAB) is known color: Cobalt. HEX triplet: 04, 4C and AB. RGB value is (4,76,171). Sum of RGB (Red+Green+Blue) = 4+76+171=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #044CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044CAB is #FBB354. Grayscale: #404040. Windows color (decimal): -16495445 or 11226116. OLE color: 11226116.
HSL color Cylindrical-coordinate representation of color #044CAB: hue angle of 214.13º 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 #044CAB is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 76 | 171 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.33 |
| HSL | 214.13º | 0.95% | 0.34% | - |
| HSV(B) | 214.13º | 0.98% | 0.67% | - |
| XYZ | 9.99 | 8.13 | 39.57 | - |
| YUV | 65.3 | 187.65 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 76 | 171 | 0.98 | 0.56 | 0 | 0.33 | 214.13 | 0.95 | 0.34 |
| Hex | 4 | 4C | AB | 62 | 38 | 0 | 21 | D6 | 5F | 22 |
| Octal | 4 | 114 | 253 | 142 | 70 | 0 | 41 | 326 | 137 | 42 |
| Binary | 100 | 1001100 | 10101011 | 1100010 | 111000 | 0 | 100001 | 11010110 | 1011111 | 100010 |
Color Harmonies of #044CAB
Complementary color
Monochromatic Colors of #044CAB
Black with #044CAB
Text Example
Text Example
White with #044CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044CAB; }
p { color: rgb(4,76,171); }
H1.HeaderClassName
{
color: #044CAB;
}
.AnyTagClassName
{
color: #044CAB;
}
</style>
background-color css
<style>
a { background-color: #044CAB; }
a { background-color: rgb(4,76,171); }
div.DivClassName
{
background-color: #044CAB;
}
.BgClassName
{
background-color: #044CAB;
}
</style>
border-color css
<style>
span { border-color: #044CAB; }
span { border-color: rgb(4,76,171); }
td.TdClassName
{
border-color: #044CAB;
}
.TagClassName
{
border-color: #044CAB;
}
</style>