Shades of Pelorous #119CA8
Tints of Pelorous #119CA8
RGB
CMYK
RGB Variations
Color information
#119CA8 (or 0x119CA8) is known color: Pelorous. HEX triplet: 11, 9C and A8. RGB value is (17,156,168). Sum of RGB (Red+Green+Blue) = 17+156+168=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 168 (66.02% from 255 or 49.27% from 341); Max value from RGB is 168 - color contains mainly: blue. Hex color #119CA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CA8 is #EE6357. Grayscale: #737373. Windows color (decimal): -15623000 or 11050001. OLE color: 11050001.
HSL color Cylindrical-coordinate representation of color #119CA8: hue angle of 184.77º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119CA8 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 17 | 156 | 168 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.34 |
| HSL | 184.77º | 0.82% | 0.36% | - |
| HSV(B) | 184.77º | 0.9% | 0.66% | - |
| XYZ | 19.19 | 26.72 | 41.19 | - |
| YUV | 115.81 | 157.45 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 168 | 0.90 | 0.07 | 0 | 0.34 | 184.77 | 0.82 | 0.36 |
| Hex | 11 | 9C | A8 | 5A | 7 | 0 | 22 | B9 | 52 | 24 |
| Octal | 21 | 234 | 250 | 132 | 7 | 0 | 42 | 271 | 122 | 44 |
| Binary | 10001 | 10011100 | 10101000 | 1011010 | 111 | 0 | 100010 | 10111001 | 1010010 | 100100 |
Color Harmonies of #119CA8
Complementary color
Monochromatic Colors of #119CA8
Black with #119CA8
Text Example
Text Example
White with #119CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CA8; }
p { color: rgb(17,156,168); }
H1.HeaderClassName
{
color: #119CA8;
}
.AnyTagClassName
{
color: #119CA8;
}
</style>
background-color css
<style>
a { background-color: #119CA8; }
a { background-color: rgb(17,156,168); }
div.DivClassName
{
background-color: #119CA8;
}
.BgClassName
{
background-color: #119CA8;
}
</style>
border-color css
<style>
span { border-color: #119CA8; }
span { border-color: rgb(17,156,168); }
td.TdClassName
{
border-color: #119CA8;
}
.TagClassName
{
border-color: #119CA8;
}
</style>