Shades of Pelorous #199CBE
Tints of Pelorous #199CBE
RGB
CMYK
RGB Variations
Color information
#199CBE (or 0x199CBE) is known color: Pelorous. HEX triplet: 19, 9C and BE. RGB value is (25,156,190). Sum of RGB (Red+Green+Blue) = 25+156+190=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #199CBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CBE is #E66341. Grayscale: #787878. Windows color (decimal): -15098690 or 12491801. OLE color: 12491801.
HSL color Cylindrical-coordinate representation of color #199CBE: hue angle of 192.36º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #199CBE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 156 | 190 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.25 |
| HSL | 192.36º | 0.77% | 0.42% | - |
| HSV(B) | 192.36º | 0.87% | 0.75% | - |
| XYZ | 21.58 | 27.7 | 52.92 | - |
| YUV | 120.71 | 167.1 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 190 | 0.87 | 0.18 | 0 | 0.25 | 192.36 | 0.77 | 0.42 |
| Hex | 19 | 9C | BE | 57 | 12 | 0 | 19 | C0 | 4D | 2A |
| Octal | 31 | 234 | 276 | 127 | 22 | 0 | 31 | 300 | 115 | 52 |
| Binary | 11001 | 10011100 | 10111110 | 1010111 | 10010 | 0 | 11001 | 11000000 | 1001101 | 101010 |
Color Harmonies of #199CBE
Complementary color
Monochromatic Colors of #199CBE
Black with #199CBE
Text Example
Text Example
White with #199CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CBE; }
p { color: rgb(25,156,190); }
H1.HeaderClassName
{
color: #199CBE;
}
.AnyTagClassName
{
color: #199CBE;
}
</style>
background-color css
<style>
a { background-color: #199CBE; }
a { background-color: rgb(25,156,190); }
div.DivClassName
{
background-color: #199CBE;
}
.BgClassName
{
background-color: #199CBE;
}
</style>
border-color css
<style>
span { border-color: #199CBE; }
span { border-color: rgb(25,156,190); }
td.TdClassName
{
border-color: #199CBE;
}
.TagClassName
{
border-color: #199CBE;
}
</style>