Shades of Cobalt #1247AB
Tints of Cobalt #1247AB
RGB
CMYK
RGB Variations
Color information
#1247AB (or 0x1247AB) is known color: Cobalt. HEX triplet: 12, 47 and AB. RGB value is (18,71,171). Sum of RGB (Red+Green+Blue) = 18+71+171=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #1247AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1247AB is #EDB854. Grayscale: #424242. Windows color (decimal): -15579221 or 11224850. OLE color: 11224850.
HSL color Cylindrical-coordinate representation of color #1247AB: hue angle of 219.22º 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 #1247AB is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 71 | 171 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.33 |
| HSL | 219.22º | 0.81% | 0.37% | - |
| HSV(B) | 219.22º | 0.89% | 0.67% | - |
| XYZ | 9.85 | 7.58 | 39.47 | - |
| YUV | 66.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 171 | 0.89 | 0.58 | 0 | 0.33 | 219.22 | 0.81 | 0.37 |
| Hex | 12 | 47 | AB | 59 | 3A | 0 | 21 | DB | 51 | 25 |
| Octal | 22 | 107 | 253 | 131 | 72 | 0 | 41 | 333 | 121 | 45 |
| Binary | 10010 | 1000111 | 10101011 | 1011001 | 111010 | 0 | 100001 | 11011011 | 1010001 | 100101 |
Color Harmonies of #1247AB
Complementary color
Monochromatic Colors of #1247AB
Black with #1247AB
Text Example
Text Example
White with #1247AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247AB; }
p { color: rgb(18,71,171); }
H1.HeaderClassName
{
color: #1247AB;
}
.AnyTagClassName
{
color: #1247AB;
}
</style>
background-color css
<style>
a { background-color: #1247AB; }
a { background-color: rgb(18,71,171); }
div.DivClassName
{
background-color: #1247AB;
}
.BgClassName
{
background-color: #1247AB;
}
</style>
border-color css
<style>
span { border-color: #1247AB; }
span { border-color: rgb(18,71,171); }
td.TdClassName
{
border-color: #1247AB;
}
.TagClassName
{
border-color: #1247AB;
}
</style>