Shades of Pelorous #1591BC
Tints of Pelorous #1591BC
RGB
CMYK
RGB Variations
Color information
#1591BC (or 0x1591BC) is known color: Pelorous. HEX triplet: 15, 91 and BC. RGB value is (21,145,188). Sum of RGB (Red+Green+Blue) = 21+145+188=354 (46% of max value = 765). Red value is 21 (8.59% from 255 or 5.93% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #1591BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591BC is #EA6E43. Grayscale: #707070. Windows color (decimal): -15363652 or 12357909. OLE color: 12357909.
HSL color Cylindrical-coordinate representation of color #1591BC: hue angle of 195.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1591BC is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 145 | 188 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.26 |
| HSL | 195.45º | 0.8% | 0.41% | - |
| HSV(B) | 195.45º | 0.89% | 0.74% | - |
| XYZ | 19.51 | 24.04 | 51.19 | - |
| YUV | 112.83 | 170.42 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 188 | 0.89 | 0.23 | 0 | 0.26 | 195.45 | 0.8 | 0.41 |
| Hex | 15 | 91 | BC | 59 | 17 | 0 | 1A | C3 | 50 | 29 |
| Octal | 25 | 221 | 274 | 131 | 27 | 0 | 32 | 303 | 120 | 51 |
| Binary | 10101 | 10010001 | 10111100 | 1011001 | 10111 | 0 | 11010 | 11000011 | 1010000 | 101001 |
Color Harmonies of #1591BC
Complementary color
Monochromatic Colors of #1591BC
Black with #1591BC
Text Example
Text Example
White with #1591BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591BC; }
p { color: rgb(21,145,188); }
H1.HeaderClassName
{
color: #1591BC;
}
.AnyTagClassName
{
color: #1591BC;
}
</style>
background-color css
<style>
a { background-color: #1591BC; }
a { background-color: rgb(21,145,188); }
div.DivClassName
{
background-color: #1591BC;
}
.BgClassName
{
background-color: #1591BC;
}
</style>
border-color css
<style>
span { border-color: #1591BC; }
span { border-color: rgb(21,145,188); }
td.TdClassName
{
border-color: #1591BC;
}
.TagClassName
{
border-color: #1591BC;
}
</style>