Shades of Cobalt #124DAD
Tints of Cobalt #124DAD
RGB
CMYK
RGB Variations
Color information
#124DAD (or 0x124DAD) is known color: Cobalt. HEX triplet: 12, 4D and AD. RGB value is (18,77,173). Sum of RGB (Red+Green+Blue) = 18+77+173=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #124DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAD is #EDB252. Grayscale: #454545. Windows color (decimal): -15577683 or 11357458. OLE color: 11357458.
HSL color Cylindrical-coordinate representation of color #124DAD: hue angle of 217.16º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DAD is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 77 | 173 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.32 |
| HSL | 217.16º | 0.81% | 0.37% | - |
| HSV(B) | 217.16º | 0.9% | 0.68% | - |
| XYZ | 10.45 | 8.45 | 40.62 | - |
| YUV | 70.3 | 185.95 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 173 | 0.90 | 0.55 | 0 | 0.32 | 217.16 | 0.81 | 0.37 |
| Hex | 12 | 4D | AD | 5A | 37 | 0 | 20 | D9 | 51 | 25 |
| Octal | 22 | 115 | 255 | 132 | 67 | 0 | 40 | 331 | 121 | 45 |
| Binary | 10010 | 1001101 | 10101101 | 1011010 | 110111 | 0 | 100000 | 11011001 | 1010001 | 100101 |
Color Harmonies of #124DAD
Complementary color
Monochromatic Colors of #124DAD
Black with #124DAD
Text Example
Text Example
White with #124DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DAD; }
p { color: rgb(18,77,173); }
H1.HeaderClassName
{
color: #124DAD;
}
.AnyTagClassName
{
color: #124DAD;
}
</style>
background-color css
<style>
a { background-color: #124DAD; }
a { background-color: rgb(18,77,173); }
div.DivClassName
{
background-color: #124DAD;
}
.BgClassName
{
background-color: #124DAD;
}
</style>
border-color css
<style>
span { border-color: #124DAD; }
span { border-color: rgb(18,77,173); }
td.TdClassName
{
border-color: #124DAD;
}
.TagClassName
{
border-color: #124DAD;
}
</style>