Shades of Pelorous #1597BA
Tints of Pelorous #1597BA
RGB
CMYK
RGB Variations
Color information
#1597BA (or 0x1597BA) is known color: Pelorous. HEX triplet: 15, 97 and BA. RGB value is (21,151,186). Sum of RGB (Red+Green+Blue) = 21+151+186=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #1597BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1597BA is #EA6845. Grayscale: #737373. Windows color (decimal): -15362118 or 12228373. OLE color: 12228373.
HSL color Cylindrical-coordinate representation of color #1597BA: hue angle of 192.73º 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 #1597BA is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 21 | 151 | 186 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.27 |
| HSL | 192.73º | 0.8% | 0.41% | - |
| HSV(B) | 192.73º | 0.89% | 0.73% | - |
| XYZ | 20.24 | 25.84 | 50.37 | - |
| YUV | 116.12 | 167.43 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 151 | 186 | 0.89 | 0.19 | 0 | 0.27 | 192.73 | 0.8 | 0.41 |
| Hex | 15 | 97 | BA | 59 | 13 | 0 | 1B | C1 | 50 | 29 |
| Octal | 25 | 227 | 272 | 131 | 23 | 0 | 33 | 301 | 120 | 51 |
| Binary | 10101 | 10010111 | 10111010 | 1011001 | 10011 | 0 | 11011 | 11000001 | 1010000 | 101001 |
Color Harmonies of #1597BA
Complementary color
Monochromatic Colors of #1597BA
Black with #1597BA
Text Example
Text Example
White with #1597BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1597BA; }
p { color: rgb(21,151,186); }
H1.HeaderClassName
{
color: #1597BA;
}
.AnyTagClassName
{
color: #1597BA;
}
</style>
background-color css
<style>
a { background-color: #1597BA; }
a { background-color: rgb(21,151,186); }
div.DivClassName
{
background-color: #1597BA;
}
.BgClassName
{
background-color: #1597BA;
}
</style>
border-color css
<style>
span { border-color: #1597BA; }
span { border-color: rgb(21,151,186); }
td.TdClassName
{
border-color: #1597BA;
}
.TagClassName
{
border-color: #1597BA;
}
</style>