Shades of Cobalt #1249AD
Tints of Cobalt #1249AD
RGB
CMYK
RGB Variations
Color information
#1249AD (or 0x1249AD) is known color: Cobalt. HEX triplet: 12, 49 and AD. RGB value is (18,73,173). Sum of RGB (Red+Green+Blue) = 18+73+173=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #1249AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1249AD is #EDB652. Grayscale: #434343. Windows color (decimal): -15578707 or 11356434. OLE color: 11356434.
HSL color Cylindrical-coordinate representation of color #1249AD: hue angle of 218.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1249AD is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 73 | 173 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.32 |
| HSL | 218.71º | 0.81% | 0.37% | - |
| HSV(B) | 218.71º | 0.9% | 0.68% | - |
| XYZ | 10.17 | 7.91 | 40.53 | - |
| YUV | 67.96 | 187.28 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 173 | 0.90 | 0.58 | 0 | 0.32 | 218.71 | 0.81 | 0.37 |
| Hex | 12 | 49 | AD | 5A | 3A | 0 | 20 | DB | 51 | 25 |
| Octal | 22 | 111 | 255 | 132 | 72 | 0 | 40 | 333 | 121 | 45 |
| Binary | 10010 | 1001001 | 10101101 | 1011010 | 111010 | 0 | 100000 | 11011011 | 1010001 | 100101 |
Color Harmonies of #1249AD
Complementary color
Monochromatic Colors of #1249AD
Black with #1249AD
Text Example
Text Example
White with #1249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249AD; }
p { color: rgb(18,73,173); }
H1.HeaderClassName
{
color: #1249AD;
}
.AnyTagClassName
{
color: #1249AD;
}
</style>
background-color css
<style>
a { background-color: #1249AD; }
a { background-color: rgb(18,73,173); }
div.DivClassName
{
background-color: #1249AD;
}
.BgClassName
{
background-color: #1249AD;
}
</style>
border-color css
<style>
span { border-color: #1249AD; }
span { border-color: rgb(18,73,173); }
td.TdClassName
{
border-color: #1249AD;
}
.TagClassName
{
border-color: #1249AD;
}
</style>