Shades of Cobalt #0044A9
Tints of Cobalt #0044A9
RGB
CMYK
RGB Variations
Color information
#0044A9 (or 0x0044A9) is known color: Cobalt. HEX triplet: 00, 44 and A9. RGB value is (0,68,169). Sum of RGB (Red+Green+Blue) = 0+68+169=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #0044A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0044A9 is #FFBB56. Grayscale: #3A3A3A. Windows color (decimal): -16759639 or 11092992. OLE color: 11092992.
HSL color Cylindrical-coordinate representation of color #0044A9: hue angle of 215.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0044A9 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 0 | 68 | 169 | - |
| CMYK | 1 | 0.60 | 0 | 0.34 |
| HSL | 215.86º | 1% | 0.33% | - |
| HSV(B) | 215.86º | 1% | 0.66% | - |
| XYZ | 9.23 | 7 | 38.4 | - |
| YUV | 59.18 | 189.97 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 169 | 1 | 0.60 | 0 | 0.34 | 215.86 | 1 | 0.33 |
| Hex | 0 | 44 | A9 | 64 | 3C | 0 | 22 | D8 | 64 | 21 |
| Octal | 0 | 104 | 251 | 144 | 74 | 0 | 42 | 330 | 144 | 41 |
| Binary | 0 | 1000100 | 10101001 | 1100100 | 111100 | 0 | 100010 | 11011000 | 1100100 | 100001 |
Color Harmonies of #0044A9
Complementary color
Monochromatic Colors of #0044A9
Black with #0044A9
Text Example
Text Example
White with #0044A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0044A9; }
p { color: rgb(0,68,169); }
H1.HeaderClassName
{
color: #0044A9;
}
.AnyTagClassName
{
color: #0044A9;
}
</style>
background-color css
<style>
a { background-color: #0044A9; }
a { background-color: rgb(0,68,169); }
div.DivClassName
{
background-color: #0044A9;
}
.BgClassName
{
background-color: #0044A9;
}
</style>
border-color css
<style>
span { border-color: #0044A9; }
span { border-color: rgb(0,68,169); }
td.TdClassName
{
border-color: #0044A9;
}
.TagClassName
{
border-color: #0044A9;
}
</style>