Shades of Cobalt #1051AD
Tints of Cobalt #1051AD
RGB
CMYK
RGB Variations
Color information
#1051AD (or 0x1051AD) is known color: Cobalt. HEX triplet: 10, 51 and AD. RGB value is (16,81,173). Sum of RGB (Red+Green+Blue) = 16+81+173=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #1051AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1051AD is #EFAE52. Grayscale: #474747. Windows color (decimal): -15707731 or 11358480. OLE color: 11358480.
HSL color Cylindrical-coordinate representation of color #1051AD: hue angle of 215.16º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1051AD is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 81 | 173 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.32 |
| HSL | 215.16º | 0.83% | 0.37% | - |
| HSV(B) | 215.16º | 0.91% | 0.68% | - |
| XYZ | 10.7 | 9.01 | 40.71 | - |
| YUV | 72.05 | 184.97 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 81 | 173 | 0.91 | 0.53 | 0 | 0.32 | 215.16 | 0.83 | 0.37 |
| Hex | 10 | 51 | AD | 5B | 35 | 0 | 20 | D7 | 53 | 25 |
| Octal | 20 | 121 | 255 | 133 | 65 | 0 | 40 | 327 | 123 | 45 |
| Binary | 10000 | 1010001 | 10101101 | 1011011 | 110101 | 0 | 100000 | 11010111 | 1010011 | 100101 |
Color Harmonies of #1051AD
Complementary color
Monochromatic Colors of #1051AD
Black with #1051AD
Text Example
Text Example
White with #1051AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1051AD; }
p { color: rgb(16,81,173); }
H1.HeaderClassName
{
color: #1051AD;
}
.AnyTagClassName
{
color: #1051AD;
}
</style>
background-color css
<style>
a { background-color: #1051AD; }
a { background-color: rgb(16,81,173); }
div.DivClassName
{
background-color: #1051AD;
}
.BgClassName
{
background-color: #1051AD;
}
</style>
border-color css
<style>
span { border-color: #1051AD; }
span { border-color: rgb(16,81,173); }
td.TdClassName
{
border-color: #1051AD;
}
.TagClassName
{
border-color: #1051AD;
}
</style>