Shades of Cobalt #124BA5
Tints of Cobalt #124BA5
RGB
CMYK
RGB Variations
Color information
#124BA5 (or 0x124BA5) is known color: Cobalt. HEX triplet: 12, 4B and A5. RGB value is (18,75,165). Sum of RGB (Red+Green+Blue) = 18+75+165=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #124BA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BA5 is #EDB45A. Grayscale: #434343. Windows color (decimal): -15578203 or 10832658. OLE color: 10832658.
HSL color Cylindrical-coordinate representation of color #124BA5: hue angle of 216.73º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124BA5 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 75 | 165 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.35 |
| HSL | 216.73º | 0.8% | 0.36% | - |
| HSV(B) | 216.73º | 0.89% | 0.65% | - |
| XYZ | 9.56 | 7.88 | 36.61 | - |
| YUV | 68.22 | 182.62 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 165 | 0.89 | 0.55 | 0 | 0.35 | 216.73 | 0.8 | 0.36 |
| Hex | 12 | 4B | A5 | 59 | 37 | 0 | 23 | D9 | 50 | 24 |
| Octal | 22 | 113 | 245 | 131 | 67 | 0 | 43 | 331 | 120 | 44 |
| Binary | 10010 | 1001011 | 10100101 | 1011001 | 110111 | 0 | 100011 | 11011001 | 1010000 | 100100 |
Color Harmonies of #124BA5
Complementary color
Monochromatic Colors of #124BA5
Black with #124BA5
Text Example
Text Example
White with #124BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BA5; }
p { color: rgb(18,75,165); }
H1.HeaderClassName
{
color: #124BA5;
}
.AnyTagClassName
{
color: #124BA5;
}
</style>
background-color css
<style>
a { background-color: #124BA5; }
a { background-color: rgb(18,75,165); }
div.DivClassName
{
background-color: #124BA5;
}
.BgClassName
{
background-color: #124BA5;
}
</style>
border-color css
<style>
span { border-color: #124BA5; }
span { border-color: rgb(18,75,165); }
td.TdClassName
{
border-color: #124BA5;
}
.TagClassName
{
border-color: #124BA5;
}
</style>