Shades of Cobalt #1249A0
Tints of Cobalt #1249A0
RGB
CMYK
RGB Variations
Color information
#1249A0 (or 0x1249A0) is known color: Cobalt. HEX triplet: 12, 49 and A0. RGB value is (18,73,160). Sum of RGB (Red+Green+Blue) = 18+73+160=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 160 (62.89% from 255 or 63.75% from 251); Max value from RGB is 160 - color contains mainly: blue. Hex color #1249A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249A0 is #EDB65F. Grayscale: #424242. Windows color (decimal): -15578720 or 10504466. OLE color: 10504466.
HSL color Cylindrical-coordinate representation of color #1249A0: hue angle of 216.76º 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 #1249A0 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 73 | 160 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.37 |
| HSL | 216.76º | 0.8% | 0.35% | - |
| HSV(B) | 216.76º | 0.89% | 0.63% | - |
| XYZ | 8.98 | 7.43 | 34.22 | - |
| YUV | 66.47 | 180.78 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 160 | 0.89 | 0.54 | 0 | 0.37 | 216.76 | 0.8 | 0.35 |
| Hex | 12 | 49 | A0 | 59 | 36 | 0 | 25 | D9 | 50 | 23 |
| Octal | 22 | 111 | 240 | 131 | 66 | 0 | 45 | 331 | 120 | 43 |
| Binary | 10010 | 1001001 | 10100000 | 1011001 | 110110 | 0 | 100101 | 11011001 | 1010000 | 100011 |
Color Harmonies of #1249A0
Complementary color
Monochromatic Colors of #1249A0
Black with #1249A0
Text Example
Text Example
White with #1249A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249A0; }
p { color: rgb(18,73,160); }
H1.HeaderClassName
{
color: #1249A0;
}
.AnyTagClassName
{
color: #1249A0;
}
</style>
background-color css
<style>
a { background-color: #1249A0; }
a { background-color: rgb(18,73,160); }
div.DivClassName
{
background-color: #1249A0;
}
.BgClassName
{
background-color: #1249A0;
}
</style>
border-color css
<style>
span { border-color: #1249A0; }
span { border-color: rgb(18,73,160); }
td.TdClassName
{
border-color: #1249A0;
}
.TagClassName
{
border-color: #1249A0;
}
</style>