Shades of Cobalt #1550A1
Tints of Cobalt #1550A1
RGB
CMYK
RGB Variations
Color information
#1550A1 (or 0x1550A1) is known color: Cobalt. HEX triplet: 15, 50 and A1. RGB value is (21,80,161). Sum of RGB (Red+Green+Blue) = 21+80+161=262 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.02% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 161 (63.28% from 255 or 61.45% from 262); Max value from RGB is 161 - color contains mainly: blue. Hex color #1550A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1550A1 is #EAAF5E. Grayscale: #474747. Windows color (decimal): -15380319 or 10571797. OLE color: 10571797.
HSL color Cylindrical-coordinate representation of color #1550A1: hue angle of 214.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1550A1 is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 21 | 80 | 161 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.37 |
| HSL | 214.71º | 0.77% | 0.36% | - |
| HSV(B) | 214.71º | 0.87% | 0.63% | - |
| XYZ | 9.61 | 8.47 | 34.85 | - |
| YUV | 71.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 161 | 0.87 | 0.50 | 0 | 0.37 | 214.71 | 0.77 | 0.36 |
| Hex | 15 | 50 | A1 | 57 | 32 | 0 | 25 | D7 | 4D | 24 |
| Octal | 25 | 120 | 241 | 127 | 62 | 0 | 45 | 327 | 115 | 44 |
| Binary | 10101 | 1010000 | 10100001 | 1010111 | 110010 | 0 | 100101 | 11010111 | 1001101 | 100100 |
Color Harmonies of #1550A1
Complementary color
Monochromatic Colors of #1550A1
Black with #1550A1
Text Example
Text Example
White with #1550A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550A1; }
p { color: rgb(21,80,161); }
H1.HeaderClassName
{
color: #1550A1;
}
.AnyTagClassName
{
color: #1550A1;
}
</style>
background-color css
<style>
a { background-color: #1550A1; }
a { background-color: rgb(21,80,161); }
div.DivClassName
{
background-color: #1550A1;
}
.BgClassName
{
background-color: #1550A1;
}
</style>
border-color css
<style>
span { border-color: #1550A1; }
span { border-color: rgb(21,80,161); }
td.TdClassName
{
border-color: #1550A1;
}
.TagClassName
{
border-color: #1550A1;
}
</style>