Shades of Cobalt #124AAB
Tints of Cobalt #124AAB
RGB
CMYK
RGB Variations
Color information
#124AAB (or 0x124AAB) is known color: Cobalt. HEX triplet: 12, 4A and AB. RGB value is (18,74,171). Sum of RGB (Red+Green+Blue) = 18+74+171=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #124AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AAB is #EDB554. Grayscale: #434343. Windows color (decimal): -15578453 or 11225618. OLE color: 11225618.
HSL color Cylindrical-coordinate representation of color #124AAB: hue angle of 218.04º 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 #124AAB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 74 | 171 | - |
| CMYK | 0.89 | 0.57 | 0 | 0.33 |
| HSL | 218.04º | 0.81% | 0.37% | - |
| HSV(B) | 218.04º | 0.89% | 0.67% | - |
| XYZ | 10.05 | 7.97 | 39.54 | - |
| YUV | 68.31 | 185.95 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 171 | 0.89 | 0.57 | 0 | 0.33 | 218.04 | 0.81 | 0.37 |
| Hex | 12 | 4A | AB | 59 | 39 | 0 | 21 | DA | 51 | 25 |
| Octal | 22 | 112 | 253 | 131 | 71 | 0 | 41 | 332 | 121 | 45 |
| Binary | 10010 | 1001010 | 10101011 | 1011001 | 111001 | 0 | 100001 | 11011010 | 1010001 | 100101 |
Color Harmonies of #124AAB
Complementary color
Monochromatic Colors of #124AAB
Black with #124AAB
Text Example
Text Example
White with #124AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AAB; }
p { color: rgb(18,74,171); }
H1.HeaderClassName
{
color: #124AAB;
}
.AnyTagClassName
{
color: #124AAB;
}
</style>
background-color css
<style>
a { background-color: #124AAB; }
a { background-color: rgb(18,74,171); }
div.DivClassName
{
background-color: #124AAB;
}
.BgClassName
{
background-color: #124AAB;
}
</style>
border-color css
<style>
span { border-color: #124AAB; }
span { border-color: rgb(18,74,171); }
td.TdClassName
{
border-color: #124AAB;
}
.TagClassName
{
border-color: #124AAB;
}
</style>