Shades of Cobalt #044DB5
Tints of Cobalt #044DB5
RGB
CMYK
RGB Variations
Color information
#044DB5 (or 0x044DB5) is known color: Cobalt. HEX triplet: 04, 4D and B5. RGB value is (4,77,181). Sum of RGB (Red+Green+Blue) = 4+77+181=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #044DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DB5 is #FBB24A. Grayscale: #424242. Windows color (decimal): -16495179 or 11881732. OLE color: 11881732.
HSL color Cylindrical-coordinate representation of color #044DB5: hue angle of 215.25º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DB5 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 77 | 181 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.29 |
| HSL | 215.25º | 0.96% | 0.36% | - |
| HSV(B) | 215.25º | 0.98% | 0.71% | - |
| XYZ | 11.04 | 8.67 | 44.81 | - |
| YUV | 67.03 | 192.32 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 181 | 0.98 | 0.57 | 0 | 0.29 | 215.25 | 0.96 | 0.36 |
| Hex | 4 | 4D | B5 | 62 | 39 | 0 | 1D | D7 | 60 | 24 |
| Octal | 4 | 115 | 265 | 142 | 71 | 0 | 35 | 327 | 140 | 44 |
| Binary | 100 | 1001101 | 10110101 | 1100010 | 111001 | 0 | 11101 | 11010111 | 1100000 | 100100 |
Color Harmonies of #044DB5
Complementary color
Monochromatic Colors of #044DB5
Black with #044DB5
Text Example
Text Example
White with #044DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DB5; }
p { color: rgb(4,77,181); }
H1.HeaderClassName
{
color: #044DB5;
}
.AnyTagClassName
{
color: #044DB5;
}
</style>
background-color css
<style>
a { background-color: #044DB5; }
a { background-color: rgb(4,77,181); }
div.DivClassName
{
background-color: #044DB5;
}
.BgClassName
{
background-color: #044DB5;
}
</style>
border-color css
<style>
span { border-color: #044DB5; }
span { border-color: rgb(4,77,181); }
td.TdClassName
{
border-color: #044DB5;
}
.TagClassName
{
border-color: #044DB5;
}
</style>