Shades of Cobalt #1245AC
Tints of Cobalt #1245AC
RGB
CMYK
RGB Variations
Color information
#1245AC (or 0x1245AC) is known color: Cobalt. HEX triplet: 12, 45 and AC. RGB value is (18,69,172). Sum of RGB (Red+Green+Blue) = 18+69+172=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #1245AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1245AC is #EDBA53. Grayscale: #414141. Windows color (decimal): -15579732 or 11289874. OLE color: 11289874.
HSL color Cylindrical-coordinate representation of color #1245AC: hue angle of 220.13º 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 #1245AC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 69 | 172 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.33 |
| HSL | 220.13º | 0.81% | 0.37% | - |
| HSV(B) | 220.13º | 0.9% | 0.67% | - |
| XYZ | 9.82 | 7.36 | 39.93 | - |
| YUV | 65.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 69 | 172 | 0.90 | 0.60 | 0 | 0.33 | 220.13 | 0.81 | 0.37 |
| Hex | 12 | 45 | AC | 5A | 3C | 0 | 21 | DC | 51 | 25 |
| Octal | 22 | 105 | 254 | 132 | 74 | 0 | 41 | 334 | 121 | 45 |
| Binary | 10010 | 1000101 | 10101100 | 1011010 | 111100 | 0 | 100001 | 11011100 | 1010001 | 100101 |
Color Harmonies of #1245AC
Complementary color
Monochromatic Colors of #1245AC
Black with #1245AC
Text Example
Text Example
White with #1245AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1245AC; }
p { color: rgb(18,69,172); }
H1.HeaderClassName
{
color: #1245AC;
}
.AnyTagClassName
{
color: #1245AC;
}
</style>
background-color css
<style>
a { background-color: #1245AC; }
a { background-color: rgb(18,69,172); }
div.DivClassName
{
background-color: #1245AC;
}
.BgClassName
{
background-color: #1245AC;
}
</style>
border-color css
<style>
span { border-color: #1245AC; }
span { border-color: rgb(18,69,172); }
td.TdClassName
{
border-color: #1245AC;
}
.TagClassName
{
border-color: #1245AC;
}
</style>