Shades of Pelorous #199CB8
Tints of Pelorous #199CB8
RGB
CMYK
RGB Variations
Color information
#199CB8 (or 0x199CB8) is known color: Pelorous. HEX triplet: 19, 9C and B8. RGB value is (25,156,184). Sum of RGB (Red+Green+Blue) = 25+156+184=365 (48% of max value = 765). Red value is 25 (10.16% from 255 or 6.85% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #199CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199CB8 is #E66347. Grayscale: #777777. Windows color (decimal): -15098696 or 12098585. OLE color: 12098585.
HSL color Cylindrical-coordinate representation of color #199CB8: hue angle of 190.57º 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 #199CB8 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 156 | 184 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.28 |
| HSL | 190.57º | 0.76% | 0.41% | - |
| HSV(B) | 190.57º | 0.86% | 0.72% | - |
| XYZ | 20.94 | 27.44 | 49.54 | - |
| YUV | 120.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 156 | 184 | 0.86 | 0.15 | 0 | 0.28 | 190.57 | 0.76 | 0.41 |
| Hex | 19 | 9C | B8 | 56 | F | 0 | 1C | BF | 4C | 29 |
| Octal | 31 | 234 | 270 | 126 | 17 | 0 | 34 | 277 | 114 | 51 |
| Binary | 11001 | 10011100 | 10111000 | 1010110 | 1111 | 0 | 11100 | 10111111 | 1001100 | 101001 |
Color Harmonies of #199CB8
Complementary color
Monochromatic Colors of #199CB8
Black with #199CB8
Text Example
Text Example
White with #199CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199CB8; }
p { color: rgb(25,156,184); }
H1.HeaderClassName
{
color: #199CB8;
}
.AnyTagClassName
{
color: #199CB8;
}
</style>
background-color css
<style>
a { background-color: #199CB8; }
a { background-color: rgb(25,156,184); }
div.DivClassName
{
background-color: #199CB8;
}
.BgClassName
{
background-color: #199CB8;
}
</style>
border-color css
<style>
span { border-color: #199CB8; }
span { border-color: rgb(25,156,184); }
td.TdClassName
{
border-color: #199CB8;
}
.TagClassName
{
border-color: #199CB8;
}
</style>