Shades of Cobalt #124BA6
Tints of Cobalt #124BA6
RGB
CMYK
RGB Variations
Color information
#124BA6 (or 0x124BA6) is known color: Cobalt. HEX triplet: 12, 4B and A6. RGB value is (18,75,166). Sum of RGB (Red+Green+Blue) = 18+75+166=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 166 (65.23% from 255 or 64.09% from 259); Max value from RGB is 166 - color contains mainly: blue. Hex color #124BA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BA6 is #EDB459. Grayscale: #434343. Windows color (decimal): -15578202 or 10898194. OLE color: 10898194.
HSL color Cylindrical-coordinate representation of color #124BA6: hue angle of 216.89º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124BA6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 75 | 166 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.35 |
| HSL | 216.89º | 0.8% | 0.36% | - |
| HSV(B) | 216.89º | 0.89% | 0.65% | - |
| XYZ | 9.65 | 7.91 | 37.1 | - |
| YUV | 68.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 166 | 0.89 | 0.55 | 0 | 0.35 | 216.89 | 0.8 | 0.36 |
| Hex | 12 | 4B | A6 | 59 | 37 | 0 | 23 | D9 | 50 | 24 |
| Octal | 22 | 113 | 246 | 131 | 67 | 0 | 43 | 331 | 120 | 44 |
| Binary | 10010 | 1001011 | 10100110 | 1011001 | 110111 | 0 | 100011 | 11011001 | 1010000 | 100100 |
Color Harmonies of #124BA6
Complementary color
Monochromatic Colors of #124BA6
Black with #124BA6
Text Example
Text Example
White with #124BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BA6; }
p { color: rgb(18,75,166); }
H1.HeaderClassName
{
color: #124BA6;
}
.AnyTagClassName
{
color: #124BA6;
}
</style>
background-color css
<style>
a { background-color: #124BA6; }
a { background-color: rgb(18,75,166); }
div.DivClassName
{
background-color: #124BA6;
}
.BgClassName
{
background-color: #124BA6;
}
</style>
border-color css
<style>
span { border-color: #124BA6; }
span { border-color: rgb(18,75,166); }
td.TdClassName
{
border-color: #124BA6;
}
.TagClassName
{
border-color: #124BA6;
}
</style>