Shades of Cobalt #124AB0
Tints of Cobalt #124AB0
RGB
CMYK
RGB Variations
Color information
#124AB0 (or 0x124AB0) is known color: Cobalt. HEX triplet: 12, 4A and B0. RGB value is (18,74,176). Sum of RGB (Red+Green+Blue) = 18+74+176=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 74 (29.30% from 255 or 27.61% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #124AB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AB0 is #EDB54F. Grayscale: #444444. Windows color (decimal): -15578448 or 11553298. OLE color: 11553298.
HSL color Cylindrical-coordinate representation of color #124AB0: hue angle of 218.73º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124AB0 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 74 | 176 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.31 |
| HSL | 218.73º | 0.81% | 0.38% | - |
| HSV(B) | 218.73º | 0.9% | 0.69% | - |
| XYZ | 10.53 | 8.16 | 42.09 | - |
| YUV | 68.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 176 | 0.90 | 0.58 | 0 | 0.31 | 218.73 | 0.81 | 0.38 |
| Hex | 12 | 4A | B0 | 5A | 3A | 0 | 1F | DB | 51 | 26 |
| Octal | 22 | 112 | 260 | 132 | 72 | 0 | 37 | 333 | 121 | 46 |
| Binary | 10010 | 1001010 | 10110000 | 1011010 | 111010 | 0 | 11111 | 11011011 | 1010001 | 100110 |
Color Harmonies of #124AB0
Complementary color
Monochromatic Colors of #124AB0
Black with #124AB0
Text Example
Text Example
White with #124AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AB0; }
p { color: rgb(18,74,176); }
H1.HeaderClassName
{
color: #124AB0;
}
.AnyTagClassName
{
color: #124AB0;
}
</style>
background-color css
<style>
a { background-color: #124AB0; }
a { background-color: rgb(18,74,176); }
div.DivClassName
{
background-color: #124AB0;
}
.BgClassName
{
background-color: #124AB0;
}
</style>
border-color css
<style>
span { border-color: #124AB0; }
span { border-color: rgb(18,74,176); }
td.TdClassName
{
border-color: #124AB0;
}
.TagClassName
{
border-color: #124AB0;
}
</style>