Shades of Cobalt #1051AB
Tints of Cobalt #1051AB
RGB
CMYK
RGB Variations
Color information
#1051AB (or 0x1051AB) is known color: Cobalt. HEX triplet: 10, 51 and AB. RGB value is (16,81,171). Sum of RGB (Red+Green+Blue) = 16+81+171=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #1051AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1051AB is #EFAE54. Grayscale: #474747. Windows color (decimal): -15707733 or 11227408. OLE color: 11227408.
HSL color Cylindrical-coordinate representation of color #1051AB: hue angle of 214.84º 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 #1051AB is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 81 | 171 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.33 |
| HSL | 214.84º | 0.83% | 0.37% | - |
| HSV(B) | 214.84º | 0.91% | 0.67% | - |
| XYZ | 10.51 | 8.94 | 39.7 | - |
| YUV | 71.83 | 183.97 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 171 | 0.91 | 0.53 | 0 | 0.33 | 214.84 | 0.83 | 0.37 |
| Hex | 10 | 51 | AB | 5B | 35 | 0 | 21 | D7 | 53 | 25 |
| Octal | 20 | 121 | 253 | 133 | 65 | 0 | 41 | 327 | 123 | 45 |
| Binary | 10000 | 1010001 | 10101011 | 1011011 | 110101 | 0 | 100001 | 11010111 | 1010011 | 100101 |
Color Harmonies of #1051AB
Complementary color
Monochromatic Colors of #1051AB
Black with #1051AB
Text Example
Text Example
White with #1051AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051AB; }
p { color: rgb(16,81,171); }
H1.HeaderClassName
{
color: #1051AB;
}
.AnyTagClassName
{
color: #1051AB;
}
</style>
background-color css
<style>
a { background-color: #1051AB; }
a { background-color: rgb(16,81,171); }
div.DivClassName
{
background-color: #1051AB;
}
.BgClassName
{
background-color: #1051AB;
}
</style>
border-color css
<style>
span { border-color: #1051AB; }
span { border-color: rgb(16,81,171); }
td.TdClassName
{
border-color: #1051AB;
}
.TagClassName
{
border-color: #1051AB;
}
</style>