Shades of Cobalt #1044AA
Tints of Cobalt #1044AA
RGB
CMYK
RGB Variations
Color information
#1044AA (or 0x1044AA) is known color: Cobalt. HEX triplet: 10, 44 and AA. RGB value is (16,68,170). Sum of RGB (Red+Green+Blue) = 16+68+170=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #1044AA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1044AA is #EFBB55. Grayscale: #3F3F3F. Windows color (decimal): -15711062 or 11158544. OLE color: 11158544.
HSL color Cylindrical-coordinate representation of color #1044AA: hue angle of 219.74º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1044AA is Cyan = 0.91, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 68 | 170 | - |
| CMYK | 0.91 | 0.6 | 0 | 0.33 |
| HSL | 219.74º | 0.83% | 0.36% | - |
| HSV(B) | 219.74º | 0.91% | 0.67% | - |
| XYZ | 9.54 | 7.15 | 38.91 | - |
| YUV | 64.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 170 | 0.91 | 0.6 | 0 | 0.33 | 219.74 | 0.83 | 0.36 |
| Hex | 10 | 44 | AA | 5B | 3C | 0 | 21 | DC | 53 | 24 |
| Octal | 20 | 104 | 252 | 133 | 74 | 0 | 41 | 334 | 123 | 44 |
| Binary | 10000 | 1000100 | 10101010 | 1011011 | 111100 | 0 | 100001 | 11011100 | 1010011 | 100100 |
Color Harmonies of #1044AA
Complementary color
Monochromatic Colors of #1044AA
Black with #1044AA
Text Example
Text Example
White with #1044AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044AA; }
p { color: rgb(16,68,170); }
H1.HeaderClassName
{
color: #1044AA;
}
.AnyTagClassName
{
color: #1044AA;
}
</style>
background-color css
<style>
a { background-color: #1044AA; }
a { background-color: rgb(16,68,170); }
div.DivClassName
{
background-color: #1044AA;
}
.BgClassName
{
background-color: #1044AA;
}
</style>
border-color css
<style>
span { border-color: #1044AA; }
span { border-color: rgb(16,68,170); }
td.TdClassName
{
border-color: #1044AA;
}
.TagClassName
{
border-color: #1044AA;
}
</style>