Shades of Pelorous #1593B1
Tints of Pelorous #1593B1
RGB
CMYK
RGB Variations
Color information
#1593B1 (or 0x1593B1) is known color: Pelorous. HEX triplet: 15, 93 and B1. RGB value is (21,147,177). Sum of RGB (Red+Green+Blue) = 21+147+177=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #1593B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1593B1 is #EA6C4E. Grayscale: #707070. Windows color (decimal): -15363151 or 11637525. OLE color: 11637525.
HSL color Cylindrical-coordinate representation of color #1593B1: hue angle of 191.54º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1593B1 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 21 | 147 | 177 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.31 |
| HSL | 191.54º | 0.79% | 0.39% | - |
| HSV(B) | 191.54º | 0.88% | 0.69% | - |
| XYZ | 18.68 | 24.2 | 45.28 | - |
| YUV | 112.75 | 164.26 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 177 | 0.88 | 0.17 | 0 | 0.31 | 191.54 | 0.79 | 0.39 |
| Hex | 15 | 93 | B1 | 58 | 11 | 0 | 1F | C0 | 4F | 27 |
| Octal | 25 | 223 | 261 | 130 | 21 | 0 | 37 | 300 | 117 | 47 |
| Binary | 10101 | 10010011 | 10110001 | 1011000 | 10001 | 0 | 11111 | 11000000 | 1001111 | 100111 |
Color Harmonies of #1593B1
Complementary color
Monochromatic Colors of #1593B1
Black with #1593B1
Text Example
Text Example
White with #1593B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1593B1; }
p { color: rgb(21,147,177); }
H1.HeaderClassName
{
color: #1593B1;
}
.AnyTagClassName
{
color: #1593B1;
}
</style>
background-color css
<style>
a { background-color: #1593B1; }
a { background-color: rgb(21,147,177); }
div.DivClassName
{
background-color: #1593B1;
}
.BgClassName
{
background-color: #1593B1;
}
</style>
border-color css
<style>
span { border-color: #1593B1; }
span { border-color: rgb(21,147,177); }
td.TdClassName
{
border-color: #1593B1;
}
.TagClassName
{
border-color: #1593B1;
}
</style>