Shades of Pelorous #1992BA
Tints of Pelorous #1992BA
RGB
CMYK
RGB Variations
Color information
#1992BA (or 0x1992BA) is known color: Pelorous. HEX triplet: 19, 92 and BA. RGB value is (25,146,186). Sum of RGB (Red+Green+Blue) = 25+146+186=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #1992BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992BA is #E66D45. Grayscale: #727272. Windows color (decimal): -15101254 or 12227097. OLE color: 12227097.
HSL color Cylindrical-coordinate representation of color #1992BA: hue angle of 194.91º 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 #1992BA is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 146 | 186 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.27 |
| HSL | 194.91º | 0.76% | 0.41% | - |
| HSV(B) | 194.91º | 0.87% | 0.73% | - |
| XYZ | 19.54 | 24.31 | 50.12 | - |
| YUV | 114.38 | 168.41 | 64.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 186 | 0.87 | 0.22 | 0 | 0.27 | 194.91 | 0.76 | 0.41 |
| Hex | 19 | 92 | BA | 57 | 16 | 0 | 1B | C3 | 4C | 29 |
| Octal | 31 | 222 | 272 | 127 | 26 | 0 | 33 | 303 | 114 | 51 |
| Binary | 11001 | 10010010 | 10111010 | 1010111 | 10110 | 0 | 11011 | 11000011 | 1001100 | 101001 |
Color Harmonies of #1992BA
Complementary color
Monochromatic Colors of #1992BA
Black with #1992BA
Text Example
Text Example
White with #1992BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992BA; }
p { color: rgb(25,146,186); }
H1.HeaderClassName
{
color: #1992BA;
}
.AnyTagClassName
{
color: #1992BA;
}
</style>
background-color css
<style>
a { background-color: #1992BA; }
a { background-color: rgb(25,146,186); }
div.DivClassName
{
background-color: #1992BA;
}
.BgClassName
{
background-color: #1992BA;
}
</style>
border-color css
<style>
span { border-color: #1992BA; }
span { border-color: rgb(25,146,186); }
td.TdClassName
{
border-color: #1992BA;
}
.TagClassName
{
border-color: #1992BA;
}
</style>