Shades of Cobalt #124CB0
Tints of Cobalt #124CB0
RGB
CMYK
RGB Variations
Color information
#124CB0 (or 0x124CB0) is known color: Cobalt. HEX triplet: 12, 4C and B0. RGB value is (18,76,176). Sum of RGB (Red+Green+Blue) = 18+76+176=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #124CB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124CB0 is #EDB34F. Grayscale: #454545. Windows color (decimal): -15577936 or 11553810. OLE color: 11553810.
HSL color Cylindrical-coordinate representation of color #124CB0: hue angle of 217.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CB0 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 76 | 176 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.31 |
| HSL | 217.97º | 0.81% | 0.38% | - |
| HSV(B) | 217.97º | 0.9% | 0.69% | - |
| XYZ | 10.67 | 8.43 | 42.14 | - |
| YUV | 70.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 176 | 0.90 | 0.57 | 0 | 0.31 | 217.97 | 0.81 | 0.38 |
| Hex | 12 | 4C | B0 | 5A | 39 | 0 | 1F | DA | 51 | 26 |
| Octal | 22 | 114 | 260 | 132 | 71 | 0 | 37 | 332 | 121 | 46 |
| Binary | 10010 | 1001100 | 10110000 | 1011010 | 111001 | 0 | 11111 | 11011010 | 1010001 | 100110 |
Color Harmonies of #124CB0
Complementary color
Monochromatic Colors of #124CB0
Black with #124CB0
Text Example
Text Example
White with #124CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CB0; }
p { color: rgb(18,76,176); }
H1.HeaderClassName
{
color: #124CB0;
}
.AnyTagClassName
{
color: #124CB0;
}
</style>
background-color css
<style>
a { background-color: #124CB0; }
a { background-color: rgb(18,76,176); }
div.DivClassName
{
background-color: #124CB0;
}
.BgClassName
{
background-color: #124CB0;
}
</style>
border-color css
<style>
span { border-color: #124CB0; }
span { border-color: rgb(18,76,176); }
td.TdClassName
{
border-color: #124CB0;
}
.TagClassName
{
border-color: #124CB0;
}
</style>