Shades of Cobalt #124BAE
Tints of Cobalt #124BAE
RGB
CMYK
RGB Variations
Color information
#124BAE (or 0x124BAE) is known color: Cobalt. HEX triplet: 12, 4B and AE. RGB value is (18,75,174). Sum of RGB (Red+Green+Blue) = 18+75+174=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 174 (68.36% from 255 or 65.17% from 267); Max value from RGB is 174 - color contains mainly: blue. Hex color #124BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BAE is #EDB451. Grayscale: #444444. Windows color (decimal): -15578194 or 11422482. OLE color: 11422482.
HSL color Cylindrical-coordinate representation of color #124BAE: hue angle of 218.08º 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 #124BAE is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 75 | 174 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.32 |
| HSL | 218.08º | 0.81% | 0.38% | - |
| HSV(B) | 218.08º | 0.9% | 0.68% | - |
| XYZ | 10.41 | 8.22 | 41.08 | - |
| YUV | 69.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 174 | 0.90 | 0.57 | 0 | 0.32 | 218.08 | 0.81 | 0.38 |
| Hex | 12 | 4B | AE | 5A | 39 | 0 | 20 | DA | 51 | 26 |
| Octal | 22 | 113 | 256 | 132 | 71 | 0 | 40 | 332 | 121 | 46 |
| Binary | 10010 | 1001011 | 10101110 | 1011010 | 111001 | 0 | 100000 | 11011010 | 1010001 | 100110 |
Color Harmonies of #124BAE
Complementary color
Monochromatic Colors of #124BAE
Black with #124BAE
Text Example
Text Example
White with #124BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BAE; }
p { color: rgb(18,75,174); }
H1.HeaderClassName
{
color: #124BAE;
}
.AnyTagClassName
{
color: #124BAE;
}
</style>
background-color css
<style>
a { background-color: #124BAE; }
a { background-color: rgb(18,75,174); }
div.DivClassName
{
background-color: #124BAE;
}
.BgClassName
{
background-color: #124BAE;
}
</style>
border-color css
<style>
span { border-color: #124BAE; }
span { border-color: rgb(18,75,174); }
td.TdClassName
{
border-color: #124BAE;
}
.TagClassName
{
border-color: #124BAE;
}
</style>