Shades of Cobalt #1250AB
Tints of Cobalt #1250AB
RGB
CMYK
RGB Variations
Color information
#1250AB (or 0x1250AB) is known color: Cobalt. HEX triplet: 12, 50 and AB. RGB value is (18,80,171). Sum of RGB (Red+Green+Blue) = 18+80+171=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #1250AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250AB is #EDAF54. Grayscale: #474747. Windows color (decimal): -15576917 or 11227154. OLE color: 11227154.
HSL color Cylindrical-coordinate representation of color #1250AB: hue angle of 215.69º 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 #1250AB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 80 | 171 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.33 |
| HSL | 215.69º | 0.81% | 0.37% | - |
| HSV(B) | 215.69º | 0.89% | 0.67% | - |
| XYZ | 10.47 | 8.81 | 39.68 | - |
| YUV | 71.84 | 183.96 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 171 | 0.89 | 0.53 | 0 | 0.33 | 215.69 | 0.81 | 0.37 |
| Hex | 12 | 50 | AB | 59 | 35 | 0 | 21 | D8 | 51 | 25 |
| Octal | 22 | 120 | 253 | 131 | 65 | 0 | 41 | 330 | 121 | 45 |
| Binary | 10010 | 1010000 | 10101011 | 1011001 | 110101 | 0 | 100001 | 11011000 | 1010001 | 100101 |
Color Harmonies of #1250AB
Complementary color
Monochromatic Colors of #1250AB
Black with #1250AB
Text Example
Text Example
White with #1250AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250AB; }
p { color: rgb(18,80,171); }
H1.HeaderClassName
{
color: #1250AB;
}
.AnyTagClassName
{
color: #1250AB;
}
</style>
background-color css
<style>
a { background-color: #1250AB; }
a { background-color: rgb(18,80,171); }
div.DivClassName
{
background-color: #1250AB;
}
.BgClassName
{
background-color: #1250AB;
}
</style>
border-color css
<style>
span { border-color: #1250AB; }
span { border-color: rgb(18,80,171); }
td.TdClassName
{
border-color: #1250AB;
}
.TagClassName
{
border-color: #1250AB;
}
</style>