Shades of Pelorous #1991BA
Tints of Pelorous #1991BA
RGB
CMYK
RGB Variations
Color information
#1991BA (or 0x1991BA) is known color: Pelorous. HEX triplet: 19, 91 and BA. RGB value is (25,145,186). Sum of RGB (Red+Green+Blue) = 25+145+186=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #1991BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1991BA is #E66E45. Grayscale: #717171. Windows color (decimal): -15101510 or 12226841. OLE color: 12226841.
HSL color Cylindrical-coordinate representation of color #1991BA: hue angle of 195.28º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1991BA is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 145 | 186 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.27 |
| HSL | 195.28º | 0.76% | 0.41% | - |
| HSV(B) | 195.28º | 0.87% | 0.73% | - |
| XYZ | 19.39 | 24 | 50.07 | - |
| YUV | 113.79 | 168.74 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 186 | 0.87 | 0.22 | 0 | 0.27 | 195.28 | 0.76 | 0.41 |
| Hex | 19 | 91 | BA | 57 | 16 | 0 | 1B | C3 | 4C | 29 |
| Octal | 31 | 221 | 272 | 127 | 26 | 0 | 33 | 303 | 114 | 51 |
| Binary | 11001 | 10010001 | 10111010 | 1010111 | 10110 | 0 | 11011 | 11000011 | 1001100 | 101001 |
Color Harmonies of #1991BA
Complementary color
Monochromatic Colors of #1991BA
Black with #1991BA
Text Example
Text Example
White with #1991BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991BA; }
p { color: rgb(25,145,186); }
H1.HeaderClassName
{
color: #1991BA;
}
.AnyTagClassName
{
color: #1991BA;
}
</style>
background-color css
<style>
a { background-color: #1991BA; }
a { background-color: rgb(25,145,186); }
div.DivClassName
{
background-color: #1991BA;
}
.BgClassName
{
background-color: #1991BA;
}
</style>
border-color css
<style>
span { border-color: #1991BA; }
span { border-color: rgb(25,145,186); }
td.TdClassName
{
border-color: #1991BA;
}
.TagClassName
{
border-color: #1991BA;
}
</style>