Shades of Cobalt #124BA9
Tints of Cobalt #124BA9
RGB
CMYK
RGB Variations
Color information
#124BA9 (or 0x124BA9) is known color: Cobalt. HEX triplet: 12, 4B and A9. RGB value is (18,75,169). Sum of RGB (Red+Green+Blue) = 18+75+169=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 169 (66.41% from 255 or 64.50% from 262); Max value from RGB is 169 - color contains mainly: blue. Hex color #124BA9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BA9 is #EDB456. Grayscale: #444444. Windows color (decimal): -15578199 or 11094802. OLE color: 11094802.
HSL color Cylindrical-coordinate representation of color #124BA9: hue angle of 217.35º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124BA9 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 18 | 75 | 169 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.34 |
| HSL | 217.35º | 0.81% | 0.37% | - |
| HSV(B) | 217.35º | 0.89% | 0.66% | - |
| XYZ | 9.93 | 8.03 | 38.56 | - |
| YUV | 68.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 169 | 0.89 | 0.56 | 0 | 0.34 | 217.35 | 0.81 | 0.37 |
| Hex | 12 | 4B | A9 | 59 | 38 | 0 | 22 | D9 | 51 | 25 |
| Octal | 22 | 113 | 251 | 131 | 70 | 0 | 42 | 331 | 121 | 45 |
| Binary | 10010 | 1001011 | 10101001 | 1011001 | 111000 | 0 | 100010 | 11011001 | 1010001 | 100101 |
Color Harmonies of #124BA9
Complementary color
Monochromatic Colors of #124BA9
Black with #124BA9
Text Example
Text Example
White with #124BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BA9; }
p { color: rgb(18,75,169); }
H1.HeaderClassName
{
color: #124BA9;
}
.AnyTagClassName
{
color: #124BA9;
}
</style>
background-color css
<style>
a { background-color: #124BA9; }
a { background-color: rgb(18,75,169); }
div.DivClassName
{
background-color: #124BA9;
}
.BgClassName
{
background-color: #124BA9;
}
</style>
border-color css
<style>
span { border-color: #124BA9; }
span { border-color: rgb(18,75,169); }
td.TdClassName
{
border-color: #124BA9;
}
.TagClassName
{
border-color: #124BA9;
}
</style>