Shades of Cobalt #124FAC
Tints of Cobalt #124FAC
RGB
CMYK
RGB Variations
Color information
#124FAC (or 0x124FAC) is known color: Cobalt. HEX triplet: 12, 4F and AC. RGB value is (18,79,172). Sum of RGB (Red+Green+Blue) = 18+79+172=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #124FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FAC is #EDB053. Grayscale: #464646. Windows color (decimal): -15577172 or 11292434. OLE color: 11292434.
HSL color Cylindrical-coordinate representation of color #124FAC: hue angle of 216.23º 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 #124FAC is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 79 | 172 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.33 |
| HSL | 216.23º | 0.81% | 0.37% | - |
| HSV(B) | 216.23º | 0.9% | 0.67% | - |
| XYZ | 10.49 | 8.7 | 40.16 | - |
| YUV | 71.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 172 | 0.90 | 0.54 | 0 | 0.33 | 216.23 | 0.81 | 0.37 |
| Hex | 12 | 4F | AC | 5A | 36 | 0 | 21 | D8 | 51 | 25 |
| Octal | 22 | 117 | 254 | 132 | 66 | 0 | 41 | 330 | 121 | 45 |
| Binary | 10010 | 1001111 | 10101100 | 1011010 | 110110 | 0 | 100001 | 11011000 | 1010001 | 100101 |
Color Harmonies of #124FAC
Complementary color
Monochromatic Colors of #124FAC
Black with #124FAC
Text Example
Text Example
White with #124FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FAC; }
p { color: rgb(18,79,172); }
H1.HeaderClassName
{
color: #124FAC;
}
.AnyTagClassName
{
color: #124FAC;
}
</style>
background-color css
<style>
a { background-color: #124FAC; }
a { background-color: rgb(18,79,172); }
div.DivClassName
{
background-color: #124FAC;
}
.BgClassName
{
background-color: #124FAC;
}
</style>
border-color css
<style>
span { border-color: #124FAC; }
span { border-color: rgb(18,79,172); }
td.TdClassName
{
border-color: #124FAC;
}
.TagClassName
{
border-color: #124FAC;
}
</style>