Shades of Pelorous #1990BB
Tints of Pelorous #1990BB
RGB
CMYK
RGB Variations
Color information
#1990BB (or 0x1990BB) is known color: Pelorous. HEX triplet: 19, 90 and BB. RGB value is (25,144,187). Sum of RGB (Red+Green+Blue) = 25+144+187=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1990BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1990BB is #E66F44. Grayscale: #717171. Windows color (decimal): -15101765 or 12292121. OLE color: 12292121.
HSL color Cylindrical-coordinate representation of color #1990BB: hue angle of 195.93º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1990BB is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 144 | 187 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.27 |
| HSL | 195.93º | 0.76% | 0.42% | - |
| HSV(B) | 195.93º | 0.87% | 0.73% | - |
| XYZ | 19.34 | 23.74 | 50.58 | - |
| YUV | 113.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 187 | 0.87 | 0.23 | 0 | 0.27 | 195.93 | 0.76 | 0.42 |
| Hex | 19 | 90 | BB | 57 | 17 | 0 | 1B | C4 | 4C | 2A |
| Octal | 31 | 220 | 273 | 127 | 27 | 0 | 33 | 304 | 114 | 52 |
| Binary | 11001 | 10010000 | 10111011 | 1010111 | 10111 | 0 | 11011 | 11000100 | 1001100 | 101010 |
Color Harmonies of #1990BB
Complementary color
Monochromatic Colors of #1990BB
Black with #1990BB
Text Example
Text Example
White with #1990BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990BB; }
p { color: rgb(25,144,187); }
H1.HeaderClassName
{
color: #1990BB;
}
.AnyTagClassName
{
color: #1990BB;
}
</style>
background-color css
<style>
a { background-color: #1990BB; }
a { background-color: rgb(25,144,187); }
div.DivClassName
{
background-color: #1990BB;
}
.BgClassName
{
background-color: #1990BB;
}
</style>
border-color css
<style>
span { border-color: #1990BB; }
span { border-color: rgb(25,144,187); }
td.TdClassName
{
border-color: #1990BB;
}
.TagClassName
{
border-color: #1990BB;
}
</style>