Shades of Pelorous #1593B6
Tints of Pelorous #1593B6
RGB
CMYK
RGB Variations
Color information
#1593B6 (or 0x1593B6) is known color: Pelorous. HEX triplet: 15, 93 and B6. RGB value is (21,147,182). Sum of RGB (Red+Green+Blue) = 21+147+182=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 182 (71.48% from 255 or 52% from 350); Max value from RGB is 182 - color contains mainly: blue. Hex color #1593B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1593B6 is #EA6C49. Grayscale: #717171. Windows color (decimal): -15363146 or 11965205. OLE color: 11965205.
HSL color Cylindrical-coordinate representation of color #1593B6: hue angle of 193.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1593B6 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 21 | 147 | 182 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.29 |
| HSL | 193.04º | 0.79% | 0.4% | - |
| HSV(B) | 193.04º | 0.88% | 0.71% | - |
| XYZ | 19.19 | 24.4 | 47.96 | - |
| YUV | 113.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 182 | 0.88 | 0.19 | 0 | 0.29 | 193.04 | 0.79 | 0.4 |
| Hex | 15 | 93 | B6 | 58 | 13 | 0 | 1D | C1 | 4F | 28 |
| Octal | 25 | 223 | 266 | 130 | 23 | 0 | 35 | 301 | 117 | 50 |
| Binary | 10101 | 10010011 | 10110110 | 1011000 | 10011 | 0 | 11101 | 11000001 | 1001111 | 101000 |
Color Harmonies of #1593B6
Complementary color
Monochromatic Colors of #1593B6
Black with #1593B6
Text Example
Text Example
White with #1593B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1593B6; }
p { color: rgb(21,147,182); }
H1.HeaderClassName
{
color: #1593B6;
}
.AnyTagClassName
{
color: #1593B6;
}
</style>
background-color css
<style>
a { background-color: #1593B6; }
a { background-color: rgb(21,147,182); }
div.DivClassName
{
background-color: #1593B6;
}
.BgClassName
{
background-color: #1593B6;
}
</style>
border-color css
<style>
span { border-color: #1593B6; }
span { border-color: rgb(21,147,182); }
td.TdClassName
{
border-color: #1593B6;
}
.TagClassName
{
border-color: #1593B6;
}
</style>