Shades of Pelorous #199CB7
Tints of Pelorous #199CB7
RGB
CMYK
RGB Variations
Color information
#199CB7 (or 0x199CB7) is known color: Pelorous. HEX triplet: 19, 9C and B7. RGB value is (25,156,183). Sum of RGB (Red+Green+Blue) = 25+156+183=364 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.87% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 183 (71.88% from 255 or 50.27% from 364); Max value from RGB is 183 - color contains mainly: blue. Hex color #199CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CB7 is #E66348. Grayscale: #777777. Windows color (decimal): -15098697 or 12033049. OLE color: 12033049.
HSL color Cylindrical-coordinate representation of color #199CB7: hue angle of 190.25º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199CB7 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 156 | 183 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.28 |
| HSL | 190.25º | 0.76% | 0.41% | - |
| HSV(B) | 190.25º | 0.86% | 0.72% | - |
| XYZ | 20.84 | 27.4 | 48.99 | - |
| YUV | 119.91 | 163.6 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 183 | 0.86 | 0.15 | 0 | 0.28 | 190.25 | 0.76 | 0.41 |
| Hex | 19 | 9C | B7 | 56 | F | 0 | 1C | BE | 4C | 29 |
| Octal | 31 | 234 | 267 | 126 | 17 | 0 | 34 | 276 | 114 | 51 |
| Binary | 11001 | 10011100 | 10110111 | 1010110 | 1111 | 0 | 11100 | 10111110 | 1001100 | 101001 |
Color Harmonies of #199CB7
Complementary color
Monochromatic Colors of #199CB7
Black with #199CB7
Text Example
Text Example
White with #199CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CB7; }
p { color: rgb(25,156,183); }
H1.HeaderClassName
{
color: #199CB7;
}
.AnyTagClassName
{
color: #199CB7;
}
</style>
background-color css
<style>
a { background-color: #199CB7; }
a { background-color: rgb(25,156,183); }
div.DivClassName
{
background-color: #199CB7;
}
.BgClassName
{
background-color: #199CB7;
}
</style>
border-color css
<style>
span { border-color: #199CB7; }
span { border-color: rgb(25,156,183); }
td.TdClassName
{
border-color: #199CB7;
}
.TagClassName
{
border-color: #199CB7;
}
</style>