Shades of Pelorous #1590C0
Tints of Pelorous #1590C0
RGB
CMYK
RGB Variations
Color information
#1590C0 (or 0x1590C0) is known color: Pelorous. HEX triplet: 15, 90 and C0. RGB value is (21,144,192). Sum of RGB (Red+Green+Blue) = 21+144+192=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 192 (75.39% from 255 or 53.78% from 357); Max value from RGB is 192 - color contains mainly: blue. Hex color #1590C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590C0 is #EA6F3F. Grayscale: #707070. Windows color (decimal): -15363904 or 12619797. OLE color: 12619797.
HSL color Cylindrical-coordinate representation of color #1590C0: hue angle of 196.84º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1590C0 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 144 | 192 | - |
| CMYK | 0.89 | 0.25 | 0 | 0.25 |
| HSL | 196.84º | 0.8% | 0.42% | - |
| HSV(B) | 196.84º | 0.89% | 0.75% | - |
| XYZ | 19.8 | 23.91 | 53.44 | - |
| YUV | 112.7 | 172.75 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 192 | 0.89 | 0.25 | 0 | 0.25 | 196.84 | 0.8 | 0.42 |
| Hex | 15 | 90 | C0 | 59 | 19 | 0 | 19 | C5 | 50 | 2A |
| Octal | 25 | 220 | 300 | 131 | 31 | 0 | 31 | 305 | 120 | 52 |
| Binary | 10101 | 10010000 | 11000000 | 1011001 | 11001 | 0 | 11001 | 11000101 | 1010000 | 101010 |
Color Harmonies of #1590C0
Complementary color
Monochromatic Colors of #1590C0
Black with #1590C0
Text Example
Text Example
White with #1590C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590C0; }
p { color: rgb(21,144,192); }
H1.HeaderClassName
{
color: #1590C0;
}
.AnyTagClassName
{
color: #1590C0;
}
</style>
background-color css
<style>
a { background-color: #1590C0; }
a { background-color: rgb(21,144,192); }
div.DivClassName
{
background-color: #1590C0;
}
.BgClassName
{
background-color: #1590C0;
}
</style>
border-color css
<style>
span { border-color: #1590C0; }
span { border-color: rgb(21,144,192); }
td.TdClassName
{
border-color: #1590C0;
}
.TagClassName
{
border-color: #1590C0;
}
</style>