Shades of Cobalt #1044AB
Tints of Cobalt #1044AB
RGB
CMYK
RGB Variations
Color information
#1044AB (or 0x1044AB) is known color: Cobalt. HEX triplet: 10, 44 and AB. RGB value is (16,68,171). Sum of RGB (Red+Green+Blue) = 16+68+171=255 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.27% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #1044AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1044AB is #EFBB54. Grayscale: #3F3F3F. Windows color (decimal): -15711061 or 11224080. OLE color: 11224080.
HSL color Cylindrical-coordinate representation of color #1044AB: hue angle of 219.87º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1044AB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 68 | 171 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.33 |
| HSL | 219.87º | 0.83% | 0.37% | - |
| HSV(B) | 219.87º | 0.91% | 0.67% | - |
| XYZ | 9.63 | 7.18 | 39.41 | - |
| YUV | 64.19 | 188.27 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 171 | 0.91 | 0.60 | 0 | 0.33 | 219.87 | 0.83 | 0.37 |
| Hex | 10 | 44 | AB | 5B | 3C | 0 | 21 | DC | 53 | 25 |
| Octal | 20 | 104 | 253 | 133 | 74 | 0 | 41 | 334 | 123 | 45 |
| Binary | 10000 | 1000100 | 10101011 | 1011011 | 111100 | 0 | 100001 | 11011100 | 1010011 | 100101 |
Color Harmonies of #1044AB
Complementary color
Monochromatic Colors of #1044AB
Black with #1044AB
Text Example
Text Example
White with #1044AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1044AB; }
p { color: rgb(16,68,171); }
H1.HeaderClassName
{
color: #1044AB;
}
.AnyTagClassName
{
color: #1044AB;
}
</style>
background-color css
<style>
a { background-color: #1044AB; }
a { background-color: rgb(16,68,171); }
div.DivClassName
{
background-color: #1044AB;
}
.BgClassName
{
background-color: #1044AB;
}
</style>
border-color css
<style>
span { border-color: #1044AB; }
span { border-color: rgb(16,68,171); }
td.TdClassName
{
border-color: #1044AB;
}
.TagClassName
{
border-color: #1044AB;
}
</style>