Shades of Cobalt #124BAA
Tints of Cobalt #124BAA
RGB
CMYK
RGB Variations
Color information
#124BAA (or 0x124BAA) is known color: Cobalt. HEX triplet: 12, 4B and AA. RGB value is (18,75,170). Sum of RGB (Red+Green+Blue) = 18+75+170=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #124BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124BAA is #EDB455. Grayscale: #444444. Windows color (decimal): -15578198 or 11160338. OLE color: 11160338.
HSL color Cylindrical-coordinate representation of color #124BAA: hue angle of 217.5º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124BAA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 75 | 170 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.33 |
| HSL | 217.5º | 0.81% | 0.37% | - |
| HSV(B) | 217.5º | 0.89% | 0.67% | - |
| XYZ | 10.02 | 8.06 | 39.06 | - |
| YUV | 68.79 | 185.12 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 170 | 0.89 | 0.56 | 0 | 0.33 | 217.5 | 0.81 | 0.37 |
| Hex | 12 | 4B | AA | 59 | 38 | 0 | 21 | DA | 51 | 25 |
| Octal | 22 | 113 | 252 | 131 | 70 | 0 | 41 | 332 | 121 | 45 |
| Binary | 10010 | 1001011 | 10101010 | 1011001 | 111000 | 0 | 100001 | 11011010 | 1010001 | 100101 |
Color Harmonies of #124BAA
Complementary color
Monochromatic Colors of #124BAA
Black with #124BAA
Text Example
Text Example
White with #124BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BAA; }
p { color: rgb(18,75,170); }
H1.HeaderClassName
{
color: #124BAA;
}
.AnyTagClassName
{
color: #124BAA;
}
</style>
background-color css
<style>
a { background-color: #124BAA; }
a { background-color: rgb(18,75,170); }
div.DivClassName
{
background-color: #124BAA;
}
.BgClassName
{
background-color: #124BAA;
}
</style>
border-color css
<style>
span { border-color: #124BAA; }
span { border-color: rgb(18,75,170); }
td.TdClassName
{
border-color: #124BAA;
}
.TagClassName
{
border-color: #124BAA;
}
</style>