Shades of Cobalt #1246AC
Tints of Cobalt #1246AC
RGB
CMYK
RGB Variations
Color information
#1246AC (or 0x1246AC) is known color: Cobalt. HEX triplet: 12, 46 and AC. RGB value is (18,70,172). Sum of RGB (Red+Green+Blue) = 18+70+172=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #1246AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1246AC is #EDB953. Grayscale: #414141. Windows color (decimal): -15579476 or 11290130. OLE color: 11290130.
HSL color Cylindrical-coordinate representation of color #1246AC: hue angle of 219.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1246AC is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 70 | 172 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.33 |
| HSL | 219.74º | 0.81% | 0.37% | - |
| HSV(B) | 219.74º | 0.9% | 0.67% | - |
| XYZ | 9.89 | 7.49 | 39.95 | - |
| YUV | 66.08 | 187.77 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 172 | 0.90 | 0.59 | 0 | 0.33 | 219.74 | 0.81 | 0.37 |
| Hex | 12 | 46 | AC | 5A | 3B | 0 | 21 | DC | 51 | 25 |
| Octal | 22 | 106 | 254 | 132 | 73 | 0 | 41 | 334 | 121 | 45 |
| Binary | 10010 | 1000110 | 10101100 | 1011010 | 111011 | 0 | 100001 | 11011100 | 1010001 | 100101 |
Color Harmonies of #1246AC
Complementary color
Monochromatic Colors of #1246AC
Black with #1246AC
Text Example
Text Example
White with #1246AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246AC; }
p { color: rgb(18,70,172); }
H1.HeaderClassName
{
color: #1246AC;
}
.AnyTagClassName
{
color: #1246AC;
}
</style>
background-color css
<style>
a { background-color: #1246AC; }
a { background-color: rgb(18,70,172); }
div.DivClassName
{
background-color: #1246AC;
}
.BgClassName
{
background-color: #1246AC;
}
</style>
border-color css
<style>
span { border-color: #1246AC; }
span { border-color: rgb(18,70,172); }
td.TdClassName
{
border-color: #1246AC;
}
.TagClassName
{
border-color: #1246AC;
}
</style>