Shades of Cobalt #1550AC
Tints of Cobalt #1550AC
RGB
CMYK
RGB Variations
Color information
#1550AC (or 0x1550AC) is known color: Cobalt. HEX triplet: 15, 50 and AC. RGB value is (21,80,172). Sum of RGB (Red+Green+Blue) = 21+80+172=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1550AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1550AC is #EAAF53. Grayscale: #484848. Windows color (decimal): -15380308 or 11292693. OLE color: 11292693.
HSL color Cylindrical-coordinate representation of color #1550AC: hue angle of 216.56º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1550AC is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 21 | 80 | 172 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.33 |
| HSL | 216.56º | 0.78% | 0.38% | - |
| HSV(B) | 216.56º | 0.88% | 0.67% | - |
| XYZ | 10.62 | 8.88 | 40.18 | - |
| YUV | 72.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 172 | 0.88 | 0.53 | 0 | 0.33 | 216.56 | 0.78 | 0.38 |
| Hex | 15 | 50 | AC | 58 | 35 | 0 | 21 | D9 | 4E | 26 |
| Octal | 25 | 120 | 254 | 130 | 65 | 0 | 41 | 331 | 116 | 46 |
| Binary | 10101 | 1010000 | 10101100 | 1011000 | 110101 | 0 | 100001 | 11011001 | 1001110 | 100110 |
Color Harmonies of #1550AC
Complementary color
Monochromatic Colors of #1550AC
Black with #1550AC
Text Example
Text Example
White with #1550AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550AC; }
p { color: rgb(21,80,172); }
H1.HeaderClassName
{
color: #1550AC;
}
.AnyTagClassName
{
color: #1550AC;
}
</style>
background-color css
<style>
a { background-color: #1550AC; }
a { background-color: rgb(21,80,172); }
div.DivClassName
{
background-color: #1550AC;
}
.BgClassName
{
background-color: #1550AC;
}
</style>
border-color css
<style>
span { border-color: #1550AC; }
span { border-color: rgb(21,80,172); }
td.TdClassName
{
border-color: #1550AC;
}
.TagClassName
{
border-color: #1550AC;
}
</style>