Shades of Cobalt #1050A5
Tints of Cobalt #1050A5
RGB
CMYK
RGB Variations
Color information
#1050A5 (or 0x1050A5) is known color: Cobalt. HEX triplet: 10, 50 and A5. RGB value is (16,80,165). Sum of RGB (Red+Green+Blue) = 16+80+165=261 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.13% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 165 (64.84% from 255 or 63.22% from 261); Max value from RGB is 165 - color contains mainly: blue. Hex color #1050A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1050A5 is #EFAF5A. Grayscale: #464646. Windows color (decimal): -15707995 or 10833936. OLE color: 10833936.
HSL color Cylindrical-coordinate representation of color #1050A5: hue angle of 214.23º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1050A5 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 16 | 80 | 165 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.35 |
| HSL | 214.23º | 0.82% | 0.35% | - |
| HSV(B) | 214.23º | 0.9% | 0.65% | - |
| XYZ | 9.87 | 8.56 | 36.73 | - |
| YUV | 70.55 | 181.3 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 165 | 0.90 | 0.52 | 0 | 0.35 | 214.23 | 0.82 | 0.35 |
| Hex | 10 | 50 | A5 | 5A | 34 | 0 | 23 | D6 | 52 | 23 |
| Octal | 20 | 120 | 245 | 132 | 64 | 0 | 43 | 326 | 122 | 43 |
| Binary | 10000 | 1010000 | 10100101 | 1011010 | 110100 | 0 | 100011 | 11010110 | 1010010 | 100011 |
Color Harmonies of #1050A5
Complementary color
Monochromatic Colors of #1050A5
Black with #1050A5
Text Example
Text Example
White with #1050A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1050A5; }
p { color: rgb(16,80,165); }
H1.HeaderClassName
{
color: #1050A5;
}
.AnyTagClassName
{
color: #1050A5;
}
</style>
background-color css
<style>
a { background-color: #1050A5; }
a { background-color: rgb(16,80,165); }
div.DivClassName
{
background-color: #1050A5;
}
.BgClassName
{
background-color: #1050A5;
}
</style>
border-color css
<style>
span { border-color: #1050A5; }
span { border-color: rgb(16,80,165); }
td.TdClassName
{
border-color: #1050A5;
}
.TagClassName
{
border-color: #1050A5;
}
</style>