Shades of Cobalt #044BB1
Tints of Cobalt #044BB1
RGB
CMYK
RGB Variations
Color information
#044BB1 (or 0x044BB1) is known color: Cobalt. HEX triplet: 04, 4B and B1. RGB value is (4,75,177). Sum of RGB (Red+Green+Blue) = 4+75+177=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #044BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #044BB1 is #FBB44E. Grayscale: #404040. Windows color (decimal): -16495695 or 11619076. OLE color: 11619076.
HSL color Cylindrical-coordinate representation of color #044BB1: hue angle of 215.38º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044BB1 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 75 | 177 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.31 |
| HSL | 215.38º | 0.96% | 0.35% | - |
| HSV(B) | 215.38º | 0.98% | 0.69% | - |
| XYZ | 10.5 | 8.23 | 42.63 | - |
| YUV | 65.4 | 190.98 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 75 | 177 | 0.98 | 0.58 | 0 | 0.31 | 215.38 | 0.96 | 0.35 |
| Hex | 4 | 4B | B1 | 62 | 3A | 0 | 1F | D7 | 60 | 23 |
| Octal | 4 | 113 | 261 | 142 | 72 | 0 | 37 | 327 | 140 | 43 |
| Binary | 100 | 1001011 | 10110001 | 1100010 | 111010 | 0 | 11111 | 11010111 | 1100000 | 100011 |
Color Harmonies of #044BB1
Complementary color
Monochromatic Colors of #044BB1
Black with #044BB1
Text Example
Text Example
White with #044BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044BB1; }
p { color: rgb(4,75,177); }
H1.HeaderClassName
{
color: #044BB1;
}
.AnyTagClassName
{
color: #044BB1;
}
</style>
background-color css
<style>
a { background-color: #044BB1; }
a { background-color: rgb(4,75,177); }
div.DivClassName
{
background-color: #044BB1;
}
.BgClassName
{
background-color: #044BB1;
}
</style>
border-color css
<style>
span { border-color: #044BB1; }
span { border-color: rgb(4,75,177); }
td.TdClassName
{
border-color: #044BB1;
}
.TagClassName
{
border-color: #044BB1;
}
</style>