Shades of Cobalt #124BA3
Tints of Cobalt #124BA3
RGB
CMYK
RGB Variations
Color information
#124BA3 (or 0x124BA3) is known color: Cobalt. HEX triplet: 12, 4B and A3. RGB value is (18,75,163). Sum of RGB (Red+Green+Blue) = 18+75+163=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 163 (64.06% from 255 or 63.67% from 256); Max value from RGB is 163 - color contains mainly: blue. Hex color #124BA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BA3 is #EDB45C. Grayscale: #434343. Windows color (decimal): -15578205 or 10701586. OLE color: 10701586.
HSL color Cylindrical-coordinate representation of color #124BA3: hue angle of 216.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124BA3 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 75 | 163 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.36 |
| HSL | 216.41º | 0.8% | 0.35% | - |
| HSV(B) | 216.41º | 0.89% | 0.64% | - |
| XYZ | 9.38 | 7.81 | 35.66 | - |
| YUV | 67.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 163 | 0.89 | 0.54 | 0 | 0.36 | 216.41 | 0.8 | 0.35 |
| Hex | 12 | 4B | A3 | 59 | 36 | 0 | 24 | D8 | 50 | 23 |
| Octal | 22 | 113 | 243 | 131 | 66 | 0 | 44 | 330 | 120 | 43 |
| Binary | 10010 | 1001011 | 10100011 | 1011001 | 110110 | 0 | 100100 | 11011000 | 1010000 | 100011 |
Color Harmonies of #124BA3
Complementary color
Monochromatic Colors of #124BA3
Black with #124BA3
Text Example
Text Example
White with #124BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BA3; }
p { color: rgb(18,75,163); }
H1.HeaderClassName
{
color: #124BA3;
}
.AnyTagClassName
{
color: #124BA3;
}
</style>
background-color css
<style>
a { background-color: #124BA3; }
a { background-color: rgb(18,75,163); }
div.DivClassName
{
background-color: #124BA3;
}
.BgClassName
{
background-color: #124BA3;
}
</style>
border-color css
<style>
span { border-color: #124BA3; }
span { border-color: rgb(18,75,163); }
td.TdClassName
{
border-color: #124BA3;
}
.TagClassName
{
border-color: #124BA3;
}
</style>