Shades of Cobalt #124AA4
Tints of Cobalt #124AA4
RGB
CMYK
RGB Variations
Color information
#124AA4 (or 0x124AA4) is known color: Cobalt. HEX triplet: 12, 4A and A4. RGB value is (18,74,164). Sum of RGB (Red+Green+Blue) = 18+74+164=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 164 (64.45% from 255 or 64.06% from 256); Max value from RGB is 164 - color contains mainly: blue. Hex color #124AA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124AA4 is #EDB55B. Grayscale: #434343. Windows color (decimal): -15578460 or 10766866. OLE color: 10766866.
HSL color Cylindrical-coordinate representation of color #124AA4: hue angle of 216.99º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #124AA4 is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 74 | 164 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.36 |
| HSL | 216.99º | 0.8% | 0.36% | - |
| HSV(B) | 216.99º | 0.89% | 0.64% | - |
| XYZ | 9.4 | 7.71 | 36.11 | - |
| YUV | 67.52 | 182.45 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 164 | 0.89 | 0.55 | 0 | 0.36 | 216.99 | 0.8 | 0.36 |
| Hex | 12 | 4A | A4 | 59 | 37 | 0 | 24 | D9 | 50 | 24 |
| Octal | 22 | 112 | 244 | 131 | 67 | 0 | 44 | 331 | 120 | 44 |
| Binary | 10010 | 1001010 | 10100100 | 1011001 | 110111 | 0 | 100100 | 11011001 | 1010000 | 100100 |
Color Harmonies of #124AA4
Complementary color
Monochromatic Colors of #124AA4
Black with #124AA4
Text Example
Text Example
White with #124AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AA4; }
p { color: rgb(18,74,164); }
H1.HeaderClassName
{
color: #124AA4;
}
.AnyTagClassName
{
color: #124AA4;
}
</style>
background-color css
<style>
a { background-color: #124AA4; }
a { background-color: rgb(18,74,164); }
div.DivClassName
{
background-color: #124AA4;
}
.BgClassName
{
background-color: #124AA4;
}
</style>
border-color css
<style>
span { border-color: #124AA4; }
span { border-color: rgb(18,74,164); }
td.TdClassName
{
border-color: #124AA4;
}
.TagClassName
{
border-color: #124AA4;
}
</style>