Shades of Cobalt #044BA5
Tints of Cobalt #044BA5
RGB
CMYK
RGB Variations
Color information
#044BA5 (or 0x044BA5) is known color: Cobalt. HEX triplet: 04, 4B and A5. RGB value is (4,75,165). Sum of RGB (Red+Green+Blue) = 4+75+165=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #044BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BA5 is #FBB45A. Grayscale: #3F3F3F. Windows color (decimal): -16495707 or 10832644. OLE color: 10832644.
HSL color Cylindrical-coordinate representation of color #044BA5: hue angle of 213.54º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BA5 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 75 | 165 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.35 |
| HSL | 213.54º | 0.95% | 0.33% | - |
| HSV(B) | 213.54º | 0.98% | 0.65% | - |
| XYZ | 9.36 | 7.77 | 36.6 | - |
| YUV | 64.03 | 184.98 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 165 | 0.98 | 0.55 | 0 | 0.35 | 213.54 | 0.95 | 0.33 |
| Hex | 4 | 4B | A5 | 62 | 37 | 0 | 23 | D6 | 5F | 21 |
| Octal | 4 | 113 | 245 | 142 | 67 | 0 | 43 | 326 | 137 | 41 |
| Binary | 100 | 1001011 | 10100101 | 1100010 | 110111 | 0 | 100011 | 11010110 | 1011111 | 100001 |
Color Harmonies of #044BA5
Complementary color
Monochromatic Colors of #044BA5
Black with #044BA5
Text Example
Text Example
White with #044BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BA5; }
p { color: rgb(4,75,165); }
H1.HeaderClassName
{
color: #044BA5;
}
.AnyTagClassName
{
color: #044BA5;
}
</style>
background-color css
<style>
a { background-color: #044BA5; }
a { background-color: rgb(4,75,165); }
div.DivClassName
{
background-color: #044BA5;
}
.BgClassName
{
background-color: #044BA5;
}
</style>
border-color css
<style>
span { border-color: #044BA5; }
span { border-color: rgb(4,75,165); }
td.TdClassName
{
border-color: #044BA5;
}
.TagClassName
{
border-color: #044BA5;
}
</style>