Shades of Pelorous #199AB5
Tints of Pelorous #199AB5
RGB
CMYK
RGB Variations
Color information
#199AB5 (or 0x199AB5) is known color: Pelorous. HEX triplet: 19, 9A and B5. RGB value is (25,154,181). Sum of RGB (Red+Green+Blue) = 25+154+181=360 (47% of max value = 765). Red value is 25 (10.16% from 255 or 6.94% from 360); Green value is 154 (60.55% from 255 or 42.78% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #199AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #199AB5 is #E6654A. Grayscale: #767676. Windows color (decimal): -15099211 or 11901465. OLE color: 11901465.
HSL color Cylindrical-coordinate representation of color #199AB5: hue angle of 190.38º 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 #199AB5 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 25 | 154 | 181 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.29 |
| HSL | 190.38º | 0.76% | 0.4% | - |
| HSV(B) | 190.38º | 0.86% | 0.71% | - |
| XYZ | 20.3 | 26.65 | 47.79 | - |
| YUV | 118.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 154 | 181 | 0.86 | 0.15 | 0 | 0.29 | 190.38 | 0.76 | 0.4 |
| Hex | 19 | 9A | B5 | 56 | F | 0 | 1D | BE | 4C | 28 |
| Octal | 31 | 232 | 265 | 126 | 17 | 0 | 35 | 276 | 114 | 50 |
| Binary | 11001 | 10011010 | 10110101 | 1010110 | 1111 | 0 | 11101 | 10111110 | 1001100 | 101000 |
Color Harmonies of #199AB5
Complementary color
Monochromatic Colors of #199AB5
Black with #199AB5
Text Example
Text Example
White with #199AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199AB5; }
p { color: rgb(25,154,181); }
H1.HeaderClassName
{
color: #199AB5;
}
.AnyTagClassName
{
color: #199AB5;
}
</style>
background-color css
<style>
a { background-color: #199AB5; }
a { background-color: rgb(25,154,181); }
div.DivClassName
{
background-color: #199AB5;
}
.BgClassName
{
background-color: #199AB5;
}
</style>
border-color css
<style>
span { border-color: #199AB5; }
span { border-color: rgb(25,154,181); }
td.TdClassName
{
border-color: #199AB5;
}
.TagClassName
{
border-color: #199AB5;
}
</style>