Shades of Cobalt #124DAC
Tints of Cobalt #124DAC
RGB
CMYK
RGB Variations
Color information
#124DAC (or 0x124DAC) is known color: Cobalt. HEX triplet: 12, 4D and AC. RGB value is (18,77,172). Sum of RGB (Red+Green+Blue) = 18+77+172=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 77 (30.47% from 255 or 28.84% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #124DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DAC is #EDB253. Grayscale: #454545. Windows color (decimal): -15577684 or 11291922. OLE color: 11291922.
HSL color Cylindrical-coordinate representation of color #124DAC: hue angle of 217.01º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124DAC is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 77 | 172 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.33 |
| HSL | 217.01º | 0.81% | 0.37% | - |
| HSV(B) | 217.01º | 0.9% | 0.67% | - |
| XYZ | 10.35 | 8.41 | 40.11 | - |
| YUV | 70.19 | 185.45 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 172 | 0.90 | 0.55 | 0 | 0.33 | 217.01 | 0.81 | 0.37 |
| Hex | 12 | 4D | AC | 5A | 37 | 0 | 21 | D9 | 51 | 25 |
| Octal | 22 | 115 | 254 | 132 | 67 | 0 | 41 | 331 | 121 | 45 |
| Binary | 10010 | 1001101 | 10101100 | 1011010 | 110111 | 0 | 100001 | 11011001 | 1010001 | 100101 |
Color Harmonies of #124DAC
Complementary color
Monochromatic Colors of #124DAC
Black with #124DAC
Text Example
Text Example
White with #124DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DAC; }
p { color: rgb(18,77,172); }
H1.HeaderClassName
{
color: #124DAC;
}
.AnyTagClassName
{
color: #124DAC;
}
</style>
background-color css
<style>
a { background-color: #124DAC; }
a { background-color: rgb(18,77,172); }
div.DivClassName
{
background-color: #124DAC;
}
.BgClassName
{
background-color: #124DAC;
}
</style>
border-color css
<style>
span { border-color: #124DAC; }
span { border-color: rgb(18,77,172); }
td.TdClassName
{
border-color: #124DAC;
}
.TagClassName
{
border-color: #124DAC;
}
</style>