Shades of Cobalt #124DAE
Tints of Cobalt #124DAE
RGB
CMYK
RGB Variations
Color information
#124DAE (or 0x124DAE) is known color: Cobalt. HEX triplet: 12, 4D and AE. RGB value is (18,77,174). Sum of RGB (Red+Green+Blue) = 18+77+174=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #124DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAE is #EDB251. Grayscale: #454545. Windows color (decimal): -15577682 or 11422994. OLE color: 11422994.
HSL color Cylindrical-coordinate representation of color #124DAE: hue angle of 217.31º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DAE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 77 | 174 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.32 |
| HSL | 217.31º | 0.81% | 0.38% | - |
| HSV(B) | 217.31º | 0.9% | 0.68% | - |
| XYZ | 10.54 | 8.49 | 41.13 | - |
| YUV | 70.42 | 186.45 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 174 | 0.90 | 0.56 | 0 | 0.32 | 217.31 | 0.81 | 0.38 |
| Hex | 12 | 4D | AE | 5A | 38 | 0 | 20 | D9 | 51 | 26 |
| Octal | 22 | 115 | 256 | 132 | 70 | 0 | 40 | 331 | 121 | 46 |
| Binary | 10010 | 1001101 | 10101110 | 1011010 | 111000 | 0 | 100000 | 11011001 | 1010001 | 100110 |
Color Harmonies of #124DAE
Complementary color
Monochromatic Colors of #124DAE
Black with #124DAE
Text Example
Text Example
White with #124DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DAE; }
p { color: rgb(18,77,174); }
H1.HeaderClassName
{
color: #124DAE;
}
.AnyTagClassName
{
color: #124DAE;
}
</style>
background-color css
<style>
a { background-color: #124DAE; }
a { background-color: rgb(18,77,174); }
div.DivClassName
{
background-color: #124DAE;
}
.BgClassName
{
background-color: #124DAE;
}
</style>
border-color css
<style>
span { border-color: #124DAE; }
span { border-color: rgb(18,77,174); }
td.TdClassName
{
border-color: #124DAE;
}
.TagClassName
{
border-color: #124DAE;
}
</style>