Shades of Cobalt #1555A3
Tints of Cobalt #1555A3
RGB
CMYK
RGB Variations
Color information
#1555A3 (or 0x1555A3) is known color: Cobalt. HEX triplet: 15, 55 and A3. RGB value is (21,85,163). Sum of RGB (Red+Green+Blue) = 21+85+163=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 163 (64.06% from 255 or 60.59% from 269); Max value from RGB is 163 - color contains mainly: blue. Hex color #1555A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1555A3 is #EAAA5C. Grayscale: #4A4A4A. Windows color (decimal): -15379037 or 10704149. OLE color: 10704149.
HSL color Cylindrical-coordinate representation of color #1555A3: hue angle of 212.96º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1555A3 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 85 | 163 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.36 |
| HSL | 212.96º | 0.77% | 0.36% | - |
| HSV(B) | 212.96º | 0.87% | 0.64% | - |
| XYZ | 10.17 | 9.3 | 35.91 | - |
| YUV | 74.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 163 | 0.87 | 0.48 | 0 | 0.36 | 212.96 | 0.77 | 0.36 |
| Hex | 15 | 55 | A3 | 57 | 30 | 0 | 24 | D5 | 4D | 24 |
| Octal | 25 | 125 | 243 | 127 | 60 | 0 | 44 | 325 | 115 | 44 |
| Binary | 10101 | 1010101 | 10100011 | 1010111 | 110000 | 0 | 100100 | 11010101 | 1001101 | 100100 |
Color Harmonies of #1555A3
Complementary color
Monochromatic Colors of #1555A3
Black with #1555A3
Text Example
Text Example
White with #1555A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555A3; }
p { color: rgb(21,85,163); }
H1.HeaderClassName
{
color: #1555A3;
}
.AnyTagClassName
{
color: #1555A3;
}
</style>
background-color css
<style>
a { background-color: #1555A3; }
a { background-color: rgb(21,85,163); }
div.DivClassName
{
background-color: #1555A3;
}
.BgClassName
{
background-color: #1555A3;
}
</style>
border-color css
<style>
span { border-color: #1555A3; }
span { border-color: rgb(21,85,163); }
td.TdClassName
{
border-color: #1555A3;
}
.TagClassName
{
border-color: #1555A3;
}
</style>