Shades of Cobalt #1044A9
Tints of Cobalt #1044A9
RGB
CMYK
RGB Variations
Color information
#1044A9 (or 0x1044A9) is known color: Cobalt. HEX triplet: 10, 44 and A9. RGB value is (16,68,169). Sum of RGB (Red+Green+Blue) = 16+68+169=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 169 (66.41% from 255 or 66.80% from 253); Max value from RGB is 169 - color contains mainly: blue. Hex color #1044A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1044A9 is #EFBB56. Grayscale: #3F3F3F. Windows color (decimal): -15711063 or 11093008. OLE color: 11093008.
HSL color Cylindrical-coordinate representation of color #1044A9: hue angle of 219.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1044A9 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 16 | 68 | 169 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.34 |
| HSL | 219.61º | 0.83% | 0.36% | - |
| HSV(B) | 219.61º | 0.91% | 0.66% | - |
| XYZ | 9.44 | 7.11 | 38.41 | - |
| YUV | 63.97 | 187.27 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 169 | 0.91 | 0.60 | 0 | 0.34 | 219.61 | 0.83 | 0.36 |
| Hex | 10 | 44 | A9 | 5B | 3C | 0 | 22 | DC | 53 | 24 |
| Octal | 20 | 104 | 251 | 133 | 74 | 0 | 42 | 334 | 123 | 44 |
| Binary | 10000 | 1000100 | 10101001 | 1011011 | 111100 | 0 | 100010 | 11011100 | 1010011 | 100100 |
Color Harmonies of #1044A9
Complementary color
Monochromatic Colors of #1044A9
Black with #1044A9
Text Example
Text Example
White with #1044A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044A9; }
p { color: rgb(16,68,169); }
H1.HeaderClassName
{
color: #1044A9;
}
.AnyTagClassName
{
color: #1044A9;
}
</style>
background-color css
<style>
a { background-color: #1044A9; }
a { background-color: rgb(16,68,169); }
div.DivClassName
{
background-color: #1044A9;
}
.BgClassName
{
background-color: #1044A9;
}
</style>
border-color css
<style>
span { border-color: #1044A9; }
span { border-color: rgb(16,68,169); }
td.TdClassName
{
border-color: #1044A9;
}
.TagClassName
{
border-color: #1044A9;
}
</style>