Shades of Cobalt #1850A9
Tints of Cobalt #1850A9
RGB
CMYK
RGB Variations
Color information
#1850A9 (or 0x1850A9) is known color: Cobalt. HEX triplet: 18, 50 and A9. RGB value is (24,80,169). Sum of RGB (Red+Green+Blue) = 24+80+169=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #1850A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1850A9 is #E7AF56. Grayscale: #484848. Windows color (decimal): -15183703 or 11096088. OLE color: 11096088.
HSL color Cylindrical-coordinate representation of color #1850A9: hue angle of 216.83º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1850A9 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 80 | 169 | - |
| CMYK | 0.86 | 0.53 | 0 | 0.34 |
| HSL | 216.83º | 0.75% | 0.38% | - |
| HSV(B) | 216.83º | 0.86% | 0.66% | - |
| XYZ | 10.41 | 8.8 | 38.69 | - |
| YUV | 73.4 | 181.95 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 80 | 169 | 0.86 | 0.53 | 0 | 0.34 | 216.83 | 0.75 | 0.38 |
| Hex | 18 | 50 | A9 | 56 | 35 | 0 | 22 | D9 | 4B | 26 |
| Octal | 30 | 120 | 251 | 126 | 65 | 0 | 42 | 331 | 113 | 46 |
| Binary | 11000 | 1010000 | 10101001 | 1010110 | 110101 | 0 | 100010 | 11011001 | 1001011 | 100110 |
Color Harmonies of #1850A9
Complementary color
Monochromatic Colors of #1850A9
Black with #1850A9
Text Example
Text Example
White with #1850A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1850A9; }
p { color: rgb(24,80,169); }
H1.HeaderClassName
{
color: #1850A9;
}
.AnyTagClassName
{
color: #1850A9;
}
</style>
background-color css
<style>
a { background-color: #1850A9; }
a { background-color: rgb(24,80,169); }
div.DivClassName
{
background-color: #1850A9;
}
.BgClassName
{
background-color: #1850A9;
}
</style>
border-color css
<style>
span { border-color: #1850A9; }
span { border-color: rgb(24,80,169); }
td.TdClassName
{
border-color: #1850A9;
}
.TagClassName
{
border-color: #1850A9;
}
</style>