Shades of Cobalt #124CB3
Tints of Cobalt #124CB3
RGB
CMYK
RGB Variations
Color information
#124CB3 (or 0x124CB3) is known color: Cobalt. HEX triplet: 12, 4C and B3. RGB value is (18,76,179). Sum of RGB (Red+Green+Blue) = 18+76+179=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 179 (70.31% from 255 or 65.57% from 273); Max value from RGB is 179 - color contains mainly: blue. Hex color #124CB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #124CB3 is #EDB34C. Grayscale: #454545. Windows color (decimal): -15577933 or 11750418. OLE color: 11750418.
HSL color Cylindrical-coordinate representation of color #124CB3: hue angle of 218.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #124CB3 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 76 | 179 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.30 |
| HSL | 218.39º | 0.82% | 0.39% | - |
| HSV(B) | 218.39º | 0.9% | 0.7% | - |
| XYZ | 10.97 | 8.55 | 43.72 | - |
| YUV | 70.4 | 189.28 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 179 | 0.90 | 0.58 | 0 | 0.30 | 218.39 | 0.82 | 0.39 |
| Hex | 12 | 4C | B3 | 5A | 3A | 0 | 1E | DA | 52 | 27 |
| Octal | 22 | 114 | 263 | 132 | 72 | 0 | 36 | 332 | 122 | 47 |
| Binary | 10010 | 1001100 | 10110011 | 1011010 | 111010 | 0 | 11110 | 11011010 | 1010010 | 100111 |
Color Harmonies of #124CB3
Complementary color
Monochromatic Colors of #124CB3
Black with #124CB3
Text Example
Text Example
White with #124CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CB3; }
p { color: rgb(18,76,179); }
H1.HeaderClassName
{
color: #124CB3;
}
.AnyTagClassName
{
color: #124CB3;
}
</style>
background-color css
<style>
a { background-color: #124CB3; }
a { background-color: rgb(18,76,179); }
div.DivClassName
{
background-color: #124CB3;
}
.BgClassName
{
background-color: #124CB3;
}
</style>
border-color css
<style>
span { border-color: #124CB3; }
span { border-color: rgb(18,76,179); }
td.TdClassName
{
border-color: #124CB3;
}
.TagClassName
{
border-color: #124CB3;
}
</style>