Shades of Pelorous #199BB4
Tints of Pelorous #199BB4
RGB
CMYK
RGB Variations
Color information
#199BB4 (or 0x199BB4) is known color: Pelorous. HEX triplet: 19, 9B and B4. RGB value is (25,155,180). Sum of RGB (Red+Green+Blue) = 25+155+180=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 155 (60.94% from 255 or 43.06% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #199BB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199BB4 is #E6644B. Grayscale: #767676. Windows color (decimal): -15098956 or 11836185. OLE color: 11836185.
HSL color Cylindrical-coordinate representation of color #199BB4: hue angle of 189.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #199BB4 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 155 | 180 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.29 |
| HSL | 189.68º | 0.76% | 0.4% | - |
| HSV(B) | 189.68º | 0.86% | 0.71% | - |
| XYZ | 20.36 | 26.94 | 47.31 | - |
| YUV | 118.98 | 162.43 | 60.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 180 | 0.86 | 0.14 | 0 | 0.29 | 189.68 | 0.76 | 0.4 |
| Hex | 19 | 9B | B4 | 56 | E | 0 | 1D | BE | 4C | 28 |
| Octal | 31 | 233 | 264 | 126 | 16 | 0 | 35 | 276 | 114 | 50 |
| Binary | 11001 | 10011011 | 10110100 | 1010110 | 1110 | 0 | 11101 | 10111110 | 1001100 | 101000 |
Color Harmonies of #199BB4
Complementary color
Monochromatic Colors of #199BB4
Black with #199BB4
Text Example
Text Example
White with #199BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BB4; }
p { color: rgb(25,155,180); }
H1.HeaderClassName
{
color: #199BB4;
}
.AnyTagClassName
{
color: #199BB4;
}
</style>
background-color css
<style>
a { background-color: #199BB4; }
a { background-color: rgb(25,155,180); }
div.DivClassName
{
background-color: #199BB4;
}
.BgClassName
{
background-color: #199BB4;
}
</style>
border-color css
<style>
span { border-color: #199BB4; }
span { border-color: rgb(25,155,180); }
td.TdClassName
{
border-color: #199BB4;
}
.TagClassName
{
border-color: #199BB4;
}
</style>