Shades of Pelorous #1596BA
Tints of Pelorous #1596BA
RGB
CMYK
RGB Variations
Color information
#1596BA (or 0x1596BA) is known color: Pelorous. HEX triplet: 15, 96 and BA. RGB value is (21,150,186). Sum of RGB (Red+Green+Blue) = 21+150+186=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #1596BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1596BA is #EA6945. Grayscale: #737373. Windows color (decimal): -15362374 or 12228117. OLE color: 12228117.
HSL color Cylindrical-coordinate representation of color #1596BA: hue angle of 193.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1596BA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 150 | 186 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.27 |
| HSL | 193.09º | 0.8% | 0.41% | - |
| HSV(B) | 193.09º | 0.89% | 0.73% | - |
| XYZ | 20.08 | 25.52 | 50.32 | - |
| YUV | 115.53 | 167.76 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 150 | 186 | 0.89 | 0.19 | 0 | 0.27 | 193.09 | 0.8 | 0.41 |
| Hex | 15 | 96 | BA | 59 | 13 | 0 | 1B | C1 | 50 | 29 |
| Octal | 25 | 226 | 272 | 131 | 23 | 0 | 33 | 301 | 120 | 51 |
| Binary | 10101 | 10010110 | 10111010 | 1011001 | 10011 | 0 | 11011 | 11000001 | 1010000 | 101001 |
Color Harmonies of #1596BA
Complementary color
Monochromatic Colors of #1596BA
Black with #1596BA
Text Example
Text Example
White with #1596BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1596BA; }
p { color: rgb(21,150,186); }
H1.HeaderClassName
{
color: #1596BA;
}
.AnyTagClassName
{
color: #1596BA;
}
</style>
background-color css
<style>
a { background-color: #1596BA; }
a { background-color: rgb(21,150,186); }
div.DivClassName
{
background-color: #1596BA;
}
.BgClassName
{
background-color: #1596BA;
}
</style>
border-color css
<style>
span { border-color: #1596BA; }
span { border-color: rgb(21,150,186); }
td.TdClassName
{
border-color: #1596BA;
}
.TagClassName
{
border-color: #1596BA;
}
</style>