Shades of Pacific Blue #119DC0
Tints of Pacific Blue #119DC0
RGB
CMYK
RGB Variations
Color information
#119DC0 (or 0x119DC0) is known color: Pacific Blue. HEX triplet: 11, 9D and C0. RGB value is (17,157,192). Sum of RGB (Red+Green+Blue) = 17+157+192=366 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.64% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #119DC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119DC0 is #EE623F. Grayscale: #767676. Windows color (decimal): -15622720 or 12623121. OLE color: 12623121.
HSL color Cylindrical-coordinate representation of color #119DC0: hue angle of 192º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119DC0 is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 157 | 192 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.25 |
| HSL | 192º | 0.84% | 0.41% | - |
| HSV(B) | 192º | 0.91% | 0.75% | - |
| XYZ | 21.8 | 28.04 | 54.13 | - |
| YUV | 119.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 192 | 0.91 | 0.18 | 0 | 0.25 | 192 | 0.84 | 0.41 |
| Hex | 11 | 9D | C0 | 5B | 12 | 0 | 19 | C0 | 54 | 29 |
| Octal | 21 | 235 | 300 | 133 | 22 | 0 | 31 | 300 | 124 | 51 |
| Binary | 10001 | 10011101 | 11000000 | 1011011 | 10010 | 0 | 11001 | 11000000 | 1010100 | 101001 |
Color Harmonies of #119DC0
Complementary color
Monochromatic Colors of #119DC0
Black with #119DC0
Text Example
Text Example
White with #119DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DC0; }
p { color: rgb(17,157,192); }
H1.HeaderClassName
{
color: #119DC0;
}
.AnyTagClassName
{
color: #119DC0;
}
</style>
background-color css
<style>
a { background-color: #119DC0; }
a { background-color: rgb(17,157,192); }
div.DivClassName
{
background-color: #119DC0;
}
.BgClassName
{
background-color: #119DC0;
}
</style>
border-color css
<style>
span { border-color: #119DC0; }
span { border-color: rgb(17,157,192); }
td.TdClassName
{
border-color: #119DC0;
}
.TagClassName
{
border-color: #119DC0;
}
</style>