Shades of Cobalt #044BA3
Tints of Cobalt #044BA3
RGB
CMYK
RGB Variations
Color information
#044BA3 (or 0x044BA3) is known color: Cobalt. HEX triplet: 04, 4B and A3. RGB value is (4,75,163). Sum of RGB (Red+Green+Blue) = 4+75+163=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 163 (64.06% from 255 or 67.36% from 242); Max value from RGB is 163 - color contains mainly: blue. Hex color #044BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BA3 is #FBB45C. Grayscale: #3F3F3F. Windows color (decimal): -16495709 or 10701572. OLE color: 10701572.
HSL color Cylindrical-coordinate representation of color #044BA3: hue angle of 213.21º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BA3 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 75 | 163 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.36 |
| HSL | 213.21º | 0.95% | 0.33% | - |
| HSV(B) | 213.21º | 0.98% | 0.64% | - |
| XYZ | 9.18 | 7.7 | 35.65 | - |
| YUV | 63.8 | 183.98 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 163 | 0.98 | 0.54 | 0 | 0.36 | 213.21 | 0.95 | 0.33 |
| Hex | 4 | 4B | A3 | 62 | 36 | 0 | 24 | D5 | 5F | 21 |
| Octal | 4 | 113 | 243 | 142 | 66 | 0 | 44 | 325 | 137 | 41 |
| Binary | 100 | 1001011 | 10100011 | 1100010 | 110110 | 0 | 100100 | 11010101 | 1011111 | 100001 |
Color Harmonies of #044BA3
Complementary color
Monochromatic Colors of #044BA3
Black with #044BA3
Text Example
Text Example
White with #044BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BA3; }
p { color: rgb(4,75,163); }
H1.HeaderClassName
{
color: #044BA3;
}
.AnyTagClassName
{
color: #044BA3;
}
</style>
background-color css
<style>
a { background-color: #044BA3; }
a { background-color: rgb(4,75,163); }
div.DivClassName
{
background-color: #044BA3;
}
.BgClassName
{
background-color: #044BA3;
}
</style>
border-color css
<style>
span { border-color: #044BA3; }
span { border-color: rgb(4,75,163); }
td.TdClassName
{
border-color: #044BA3;
}
.TagClassName
{
border-color: #044BA3;
}
</style>