Shades of Cobalt #124DB1
Tints of Cobalt #124DB1
RGB
CMYK
RGB Variations
Color information
#124DB1 (or 0x124DB1) is known color: Cobalt. HEX triplet: 12, 4D and B1. RGB value is (18,77,177). Sum of RGB (Red+Green+Blue) = 18+77+177=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 177 (69.53% from 255 or 65.07% from 272); Max value from RGB is 177 - color contains mainly: blue. Hex color #124DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #124DB1 is #EDB24E. Grayscale: #464646. Windows color (decimal): -15577679 or 11619602. OLE color: 11619602.
HSL color Cylindrical-coordinate representation of color #124DB1: hue angle of 217.74º 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 #124DB1 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 18 | 77 | 177 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.31 |
| HSL | 217.74º | 0.82% | 0.38% | - |
| HSV(B) | 217.74º | 0.9% | 0.69% | - |
| XYZ | 10.84 | 8.61 | 42.69 | - |
| YUV | 70.76 | 187.95 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 177 | 0.90 | 0.56 | 0 | 0.31 | 217.74 | 0.82 | 0.38 |
| Hex | 12 | 4D | B1 | 5A | 38 | 0 | 1F | DA | 52 | 26 |
| Octal | 22 | 115 | 261 | 132 | 70 | 0 | 37 | 332 | 122 | 46 |
| Binary | 10010 | 1001101 | 10110001 | 1011010 | 111000 | 0 | 11111 | 11011010 | 1010010 | 100110 |
Color Harmonies of #124DB1
Complementary color
Monochromatic Colors of #124DB1
Black with #124DB1
Text Example
Text Example
White with #124DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DB1; }
p { color: rgb(18,77,177); }
H1.HeaderClassName
{
color: #124DB1;
}
.AnyTagClassName
{
color: #124DB1;
}
</style>
background-color css
<style>
a { background-color: #124DB1; }
a { background-color: rgb(18,77,177); }
div.DivClassName
{
background-color: #124DB1;
}
.BgClassName
{
background-color: #124DB1;
}
</style>
border-color css
<style>
span { border-color: #124DB1; }
span { border-color: rgb(18,77,177); }
td.TdClassName
{
border-color: #124DB1;
}
.TagClassName
{
border-color: #124DB1;
}
</style>