Shades of Cobalt #124EB2
Tints of Cobalt #124EB2
RGB
CMYK
RGB Variations
Color information
#124EB2 (or 0x124EB2) is known color: Cobalt. HEX triplet: 12, 4E and B2. RGB value is (18,78,178). Sum of RGB (Red+Green+Blue) = 18+78+178=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 178 (69.92% from 255 or 64.96% from 274); Max value from RGB is 178 - color contains mainly: blue. Hex color #124EB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124EB2 is #EDB14D. Grayscale: #474747. Windows color (decimal): -15577422 or 11685394. OLE color: 11685394.
HSL color Cylindrical-coordinate representation of color #124EB2: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124EB2 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 78 | 178 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.30 |
| HSL | 217.5º | 0.82% | 0.38% | - |
| HSV(B) | 217.5º | 0.9% | 0.7% | - |
| XYZ | 11.01 | 8.79 | 43.24 | - |
| YUV | 71.46 | 188.12 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 178 | 0.90 | 0.56 | 0 | 0.30 | 217.5 | 0.82 | 0.38 |
| Hex | 12 | 4E | B2 | 5A | 38 | 0 | 1E | DA | 52 | 26 |
| Octal | 22 | 116 | 262 | 132 | 70 | 0 | 36 | 332 | 122 | 46 |
| Binary | 10010 | 1001110 | 10110010 | 1011010 | 111000 | 0 | 11110 | 11011010 | 1010010 | 100110 |
Color Harmonies of #124EB2
Complementary color
Monochromatic Colors of #124EB2
Black with #124EB2
Text Example
Text Example
White with #124EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EB2; }
p { color: rgb(18,78,178); }
H1.HeaderClassName
{
color: #124EB2;
}
.AnyTagClassName
{
color: #124EB2;
}
</style>
background-color css
<style>
a { background-color: #124EB2; }
a { background-color: rgb(18,78,178); }
div.DivClassName
{
background-color: #124EB2;
}
.BgClassName
{
background-color: #124EB2;
}
</style>
border-color css
<style>
span { border-color: #124EB2; }
span { border-color: rgb(18,78,178); }
td.TdClassName
{
border-color: #124EB2;
}
.TagClassName
{
border-color: #124EB2;
}
</style>