Shades of Cobalt #044DAB
Tints of Cobalt #044DAB
RGB
CMYK
RGB Variations
Color information
#044DAB (or 0x044DAB) is known color: Cobalt. HEX triplet: 04, 4D and AB. RGB value is (4,77,171). Sum of RGB (Red+Green+Blue) = 4+77+171=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #044DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #044DAB is #FBB254. Grayscale: #414141. Windows color (decimal): -16495189 or 11226372. OLE color: 11226372.
HSL color Cylindrical-coordinate representation of color #044DAB: hue angle of 213.77º 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 #044DAB is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 4 | 77 | 171 | - |
CMYK | 0.98 | 0.55 | 0 | 0.33 |
HSL | 213.77º | 0.95% | 0.34% | - |
HSV(B) | 213.77º | 0.98% | 0.67% | - |
XYZ | 10.05 | 8.27 | 39.6 | - |
YUV | 65.89 | 187.32 | 83.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 77 | 171 | 0.98 | 0.55 | 0 | 0.33 | 213.77 | 0.95 | 0.34 |
Hex | 4 | 4D | AB | 62 | 37 | 0 | 21 | D6 | 5F | 22 |
Octal | 4 | 115 | 253 | 142 | 67 | 0 | 41 | 326 | 137 | 42 |
Binary | 100 | 1001101 | 10101011 | 1100010 | 110111 | 0 | 100001 | 11010110 | 1011111 | 100010 |
Color Harmonies of #044DAB
Complementary color
Monochromatic Colors of #044DAB
Black with #044DAB
Text Example
Text Example
White with #044DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DAB; }
p { color: rgb(4,77,171); }
H1.HeaderClassName
{
color: #044DAB;
}
.AnyTagClassName
{
color: #044DAB;
}
</style>
background-color css
<style>
a { background-color: #044DAB; }
a { background-color: rgb(4,77,171); }
div.DivClassName
{
background-color: #044DAB;
}
.BgClassName
{
background-color: #044DAB;
}
</style>
border-color css
<style>
span { border-color: #044DAB; }
span { border-color: rgb(4,77,171); }
td.TdClassName
{
border-color: #044DAB;
}
.TagClassName
{
border-color: #044DAB;
}
</style>