Shades of Cobalt #1250A0
Tints of Cobalt #1250A0
RGB
CMYK
RGB Variations
Color information
#1250A0 (or 0x1250A0) is known color: Cobalt. HEX triplet: 12, 50 and A0. RGB value is (18,80,160). Sum of RGB (Red+Green+Blue) = 18+80+160=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #1250A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1250A0 is #EDAF5F. Grayscale: #464646. Windows color (decimal): -15576928 or 10506258. OLE color: 10506258.
HSL color Cylindrical-coordinate representation of color #1250A0: hue angle of 213.8º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1250A0 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 80 | 160 | - |
| CMYK | 0.89 | 0.5 | 0 | 0.37 |
| HSL | 213.8º | 0.8% | 0.35% | - |
| HSV(B) | 213.8º | 0.89% | 0.63% | - |
| XYZ | 9.46 | 8.4 | 34.38 | - |
| YUV | 70.58 | 178.46 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 160 | 0.89 | 0.5 | 0 | 0.37 | 213.8 | 0.8 | 0.35 |
| Hex | 12 | 50 | A0 | 59 | 32 | 0 | 25 | D6 | 50 | 23 |
| Octal | 22 | 120 | 240 | 131 | 62 | 0 | 45 | 326 | 120 | 43 |
| Binary | 10010 | 1010000 | 10100000 | 1011001 | 110010 | 0 | 100101 | 11010110 | 1010000 | 100011 |
Color Harmonies of #1250A0
Complementary color
Monochromatic Colors of #1250A0
Black with #1250A0
Text Example
Text Example
White with #1250A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1250A0; }
p { color: rgb(18,80,160); }
H1.HeaderClassName
{
color: #1250A0;
}
.AnyTagClassName
{
color: #1250A0;
}
</style>
background-color css
<style>
a { background-color: #1250A0; }
a { background-color: rgb(18,80,160); }
div.DivClassName
{
background-color: #1250A0;
}
.BgClassName
{
background-color: #1250A0;
}
</style>
border-color css
<style>
span { border-color: #1250A0; }
span { border-color: rgb(18,80,160); }
td.TdClassName
{
border-color: #1250A0;
}
.TagClassName
{
border-color: #1250A0;
}
</style>