Shades of Cobalt #124DA4
Tints of Cobalt #124DA4
RGB
CMYK
RGB Variations
Color information
#124DA4 (or 0x124DA4) is known color: Cobalt. HEX triplet: 12, 4D and A4. RGB value is (18,77,164). Sum of RGB (Red+Green+Blue) = 18+77+164=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 164 (64.45% from 255 or 63.32% from 259); Max value from RGB is 164 - color contains mainly: blue. Hex color #124DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DA4 is #EDB25B. Grayscale: #444444. Windows color (decimal): -15577692 or 10767634. OLE color: 10767634.
HSL color Cylindrical-coordinate representation of color #124DA4: hue angle of 215.75º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124DA4 is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 77 | 164 | - |
| CMYK | 0.89 | 0.53 | 0 | 0.36 |
| HSL | 215.75º | 0.8% | 0.36% | - |
| HSV(B) | 215.75º | 0.89% | 0.64% | - |
| XYZ | 9.6 | 8.12 | 36.18 | - |
| YUV | 69.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 164 | 0.89 | 0.53 | 0 | 0.36 | 215.75 | 0.8 | 0.36 |
| Hex | 12 | 4D | A4 | 59 | 35 | 0 | 24 | D8 | 50 | 24 |
| Octal | 22 | 115 | 244 | 131 | 65 | 0 | 44 | 330 | 120 | 44 |
| Binary | 10010 | 1001101 | 10100100 | 1011001 | 110101 | 0 | 100100 | 11011000 | 1010000 | 100100 |
Color Harmonies of #124DA4
Complementary color
Monochromatic Colors of #124DA4
Black with #124DA4
Text Example
Text Example
White with #124DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DA4; }
p { color: rgb(18,77,164); }
H1.HeaderClassName
{
color: #124DA4;
}
.AnyTagClassName
{
color: #124DA4;
}
</style>
background-color css
<style>
a { background-color: #124DA4; }
a { background-color: rgb(18,77,164); }
div.DivClassName
{
background-color: #124DA4;
}
.BgClassName
{
background-color: #124DA4;
}
</style>
border-color css
<style>
span { border-color: #124DA4; }
span { border-color: rgb(18,77,164); }
td.TdClassName
{
border-color: #124DA4;
}
.TagClassName
{
border-color: #124DA4;
}
</style>