Shades of Cobalt #1251AB
Tints of Cobalt #1251AB
RGB
CMYK
RGB Variations
Color information
#1251AB (or 0x1251AB) is known color: Cobalt. HEX triplet: 12, 51 and AB. RGB value is (18,81,171). Sum of RGB (Red+Green+Blue) = 18+81+171=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #1251AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1251AB is #EDAE54. Grayscale: #484848. Windows color (decimal): -15576661 or 11227410. OLE color: 11227410.
HSL color Cylindrical-coordinate representation of color #1251AB: hue angle of 215.29º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1251AB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 81 | 171 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.33 |
| HSL | 215.29º | 0.81% | 0.37% | - |
| HSV(B) | 215.29º | 0.89% | 0.67% | - |
| XYZ | 10.54 | 8.95 | 39.7 | - |
| YUV | 72.42 | 183.63 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 171 | 0.89 | 0.53 | 0 | 0.33 | 215.29 | 0.81 | 0.37 |
| Hex | 12 | 51 | AB | 59 | 35 | 0 | 21 | D7 | 51 | 25 |
| Octal | 22 | 121 | 253 | 131 | 65 | 0 | 41 | 327 | 121 | 45 |
| Binary | 10010 | 1010001 | 10101011 | 1011001 | 110101 | 0 | 100001 | 11010111 | 1010001 | 100101 |
Color Harmonies of #1251AB
Complementary color
Monochromatic Colors of #1251AB
Black with #1251AB
Text Example
Text Example
White with #1251AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251AB; }
p { color: rgb(18,81,171); }
H1.HeaderClassName
{
color: #1251AB;
}
.AnyTagClassName
{
color: #1251AB;
}
</style>
background-color css
<style>
a { background-color: #1251AB; }
a { background-color: rgb(18,81,171); }
div.DivClassName
{
background-color: #1251AB;
}
.BgClassName
{
background-color: #1251AB;
}
</style>
border-color css
<style>
span { border-color: #1251AB; }
span { border-color: rgb(18,81,171); }
td.TdClassName
{
border-color: #1251AB;
}
.TagClassName
{
border-color: #1251AB;
}
</style>