Shades of Pelorous #199BBB
Tints of Pelorous #199BBB
RGB
CMYK
RGB Variations
Color information
#199BBB (or 0x199BBB) is known color: Pelorous. HEX triplet: 19, 9B and BB. RGB value is (25,155,187). Sum of RGB (Red+Green+Blue) = 25+155+187=367 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.81% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #199BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BBB is #E66444. Grayscale: #777777. Windows color (decimal): -15098949 or 12294937. OLE color: 12294937.
HSL color Cylindrical-coordinate representation of color #199BBB: hue angle of 191.85º 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 #199BBB is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 155 | 187 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.27 |
| HSL | 191.85º | 0.76% | 0.42% | - |
| HSV(B) | 191.85º | 0.87% | 0.73% | - |
| XYZ | 21.09 | 27.24 | 51.16 | - |
| YUV | 119.78 | 165.93 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 187 | 0.87 | 0.17 | 0 | 0.27 | 191.85 | 0.76 | 0.42 |
| Hex | 19 | 9B | BB | 57 | 11 | 0 | 1B | C0 | 4C | 2A |
| Octal | 31 | 233 | 273 | 127 | 21 | 0 | 33 | 300 | 114 | 52 |
| Binary | 11001 | 10011011 | 10111011 | 1010111 | 10001 | 0 | 11011 | 11000000 | 1001100 | 101010 |
Color Harmonies of #199BBB
Complementary color
Monochromatic Colors of #199BBB
Black with #199BBB
Text Example
Text Example
White with #199BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BBB; }
p { color: rgb(25,155,187); }
H1.HeaderClassName
{
color: #199BBB;
}
.AnyTagClassName
{
color: #199BBB;
}
</style>
background-color css
<style>
a { background-color: #199BBB; }
a { background-color: rgb(25,155,187); }
div.DivClassName
{
background-color: #199BBB;
}
.BgClassName
{
background-color: #199BBB;
}
</style>
border-color css
<style>
span { border-color: #199BBB; }
span { border-color: rgb(25,155,187); }
td.TdClassName
{
border-color: #199BBB;
}
.TagClassName
{
border-color: #199BBB;
}
</style>