Shades of Cobalt #124AA6
Tints of Cobalt #124AA6
RGB
CMYK
RGB Variations
Color information
#124AA6 (or 0x124AA6) is known color: Cobalt. HEX triplet: 12, 4A and A6. RGB value is (18,74,166). Sum of RGB (Red+Green+Blue) = 18+74+166=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #124AA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AA6 is #EDB559. Grayscale: #434343. Windows color (decimal): -15578458 or 10897938. OLE color: 10897938.
HSL color Cylindrical-coordinate representation of color #124AA6: hue angle of 217.3º 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 #124AA6 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 74 | 166 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.35 |
| HSL | 217.3º | 0.8% | 0.36% | - |
| HSV(B) | 217.3º | 0.89% | 0.65% | - |
| XYZ | 9.58 | 7.78 | 37.07 | - |
| YUV | 67.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 166 | 0.89 | 0.55 | 0 | 0.35 | 217.3 | 0.8 | 0.36 |
| Hex | 12 | 4A | A6 | 59 | 37 | 0 | 23 | D9 | 50 | 24 |
| Octal | 22 | 112 | 246 | 131 | 67 | 0 | 43 | 331 | 120 | 44 |
| Binary | 10010 | 1001010 | 10100110 | 1011001 | 110111 | 0 | 100011 | 11011001 | 1010000 | 100100 |
Color Harmonies of #124AA6
Complementary color
Monochromatic Colors of #124AA6
Black with #124AA6
Text Example
Text Example
White with #124AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AA6; }
p { color: rgb(18,74,166); }
H1.HeaderClassName
{
color: #124AA6;
}
.AnyTagClassName
{
color: #124AA6;
}
</style>
background-color css
<style>
a { background-color: #124AA6; }
a { background-color: rgb(18,74,166); }
div.DivClassName
{
background-color: #124AA6;
}
.BgClassName
{
background-color: #124AA6;
}
</style>
border-color css
<style>
span { border-color: #124AA6; }
span { border-color: rgb(18,74,166); }
td.TdClassName
{
border-color: #124AA6;
}
.TagClassName
{
border-color: #124AA6;
}
</style>