Shades of Cobalt #124FB1
Tints of Cobalt #124FB1
RGB
CMYK
RGB Variations
Color information
#124FB1 (or 0x124FB1) is known color: Cobalt. HEX triplet: 12, 4F and B1. RGB value is (18,79,177). Sum of RGB (Red+Green+Blue) = 18+79+177=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #124FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124FB1 is #EDB04E. Grayscale: #474747. Windows color (decimal): -15577167 or 11620114. OLE color: 11620114.
HSL color Cylindrical-coordinate representation of color #124FB1: hue angle of 216.98º degrees, saturation: 0.82, 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 #124FB1 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 79 | 177 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.31 |
| HSL | 216.98º | 0.82% | 0.38% | - |
| HSV(B) | 216.98º | 0.9% | 0.69% | - |
| XYZ | 10.98 | 8.89 | 42.73 | - |
| YUV | 71.93 | 187.29 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 177 | 0.90 | 0.55 | 0 | 0.31 | 216.98 | 0.82 | 0.38 |
| Hex | 12 | 4F | B1 | 5A | 37 | 0 | 1F | D9 | 52 | 26 |
| Octal | 22 | 117 | 261 | 132 | 67 | 0 | 37 | 331 | 122 | 46 |
| Binary | 10010 | 1001111 | 10110001 | 1011010 | 110111 | 0 | 11111 | 11011001 | 1010010 | 100110 |
Color Harmonies of #124FB1
Complementary color
Monochromatic Colors of #124FB1
Black with #124FB1
Text Example
Text Example
White with #124FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FB1; }
p { color: rgb(18,79,177); }
H1.HeaderClassName
{
color: #124FB1;
}
.AnyTagClassName
{
color: #124FB1;
}
</style>
background-color css
<style>
a { background-color: #124FB1; }
a { background-color: rgb(18,79,177); }
div.DivClassName
{
background-color: #124FB1;
}
.BgClassName
{
background-color: #124FB1;
}
</style>
border-color css
<style>
span { border-color: #124FB1; }
span { border-color: rgb(18,79,177); }
td.TdClassName
{
border-color: #124FB1;
}
.TagClassName
{
border-color: #124FB1;
}
</style>