Shades of Pelorous #119BA7
Tints of Pelorous #119BA7
RGB
CMYK
RGB Variations
Color information
#119BA7 (or 0x119BA7) is known color: Pelorous. HEX triplet: 11, 9B and A7. RGB value is (17,155,167). Sum of RGB (Red+Green+Blue) = 17+155+167=339 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.01% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 167 - color contains mainly: blue. Hex color #119BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BA7 is #EE6458. Grayscale: #727272. Windows color (decimal): -15623257 or 10984209. OLE color: 10984209.
HSL color Cylindrical-coordinate representation of color #119BA7: hue angle of 184.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119BA7 is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 155 | 167 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.35 |
| HSL | 184.8º | 0.82% | 0.36% | - |
| HSV(B) | 184.8º | 0.9% | 0.65% | - |
| XYZ | 18.93 | 26.35 | 40.65 | - |
| YUV | 115.11 | 157.28 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 167 | 0.90 | 0.07 | 0 | 0.35 | 184.8 | 0.82 | 0.36 |
| Hex | 11 | 9B | A7 | 5A | 7 | 0 | 23 | B9 | 52 | 24 |
| Octal | 21 | 233 | 247 | 132 | 7 | 0 | 43 | 271 | 122 | 44 |
| Binary | 10001 | 10011011 | 10100111 | 1011010 | 111 | 0 | 100011 | 10111001 | 1010010 | 100100 |
Color Harmonies of #119BA7
Complementary color
Monochromatic Colors of #119BA7
Black with #119BA7
Text Example
Text Example
White with #119BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BA7; }
p { color: rgb(17,155,167); }
H1.HeaderClassName
{
color: #119BA7;
}
.AnyTagClassName
{
color: #119BA7;
}
</style>
background-color css
<style>
a { background-color: #119BA7; }
a { background-color: rgb(17,155,167); }
div.DivClassName
{
background-color: #119BA7;
}
.BgClassName
{
background-color: #119BA7;
}
</style>
border-color css
<style>
span { border-color: #119BA7; }
span { border-color: rgb(17,155,167); }
td.TdClassName
{
border-color: #119BA7;
}
.TagClassName
{
border-color: #119BA7;
}
</style>