Shades of Pacific Blue #119BC1
Tints of Pacific Blue #119BC1
RGB
CMYK
RGB Variations
Color information
#119BC1 (or 0x119BC1) is known color: Pacific Blue. HEX triplet: 11, 9B and C1. RGB value is (17,155,193). Sum of RGB (Red+Green+Blue) = 17+155+193=365 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.66% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #119BC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119BC1 is #EE643E. Grayscale: #757575. Windows color (decimal): -15623231 or 12688145. OLE color: 12688145.
HSL color Cylindrical-coordinate representation of color #119BC1: hue angle of 192.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119BC1 is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 155 | 193 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.24 |
| HSL | 192.95º | 0.84% | 0.41% | - |
| HSV(B) | 192.95º | 0.91% | 0.76% | - |
| XYZ | 21.58 | 27.41 | 54.61 | - |
| YUV | 118.07 | 170.28 | 55.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 193 | 0.91 | 0.20 | 0 | 0.24 | 192.95 | 0.84 | 0.41 |
| Hex | 11 | 9B | C1 | 5B | 14 | 0 | 18 | C1 | 54 | 29 |
| Octal | 21 | 233 | 301 | 133 | 24 | 0 | 30 | 301 | 124 | 51 |
| Binary | 10001 | 10011011 | 11000001 | 1011011 | 10100 | 0 | 11000 | 11000001 | 1010100 | 101001 |
Color Harmonies of #119BC1
Complementary color
Monochromatic Colors of #119BC1
Black with #119BC1
Text Example
Text Example
White with #119BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BC1; }
p { color: rgb(17,155,193); }
H1.HeaderClassName
{
color: #119BC1;
}
.AnyTagClassName
{
color: #119BC1;
}
</style>
background-color css
<style>
a { background-color: #119BC1; }
a { background-color: rgb(17,155,193); }
div.DivClassName
{
background-color: #119BC1;
}
.BgClassName
{
background-color: #119BC1;
}
</style>
border-color css
<style>
span { border-color: #119BC1; }
span { border-color: rgb(17,155,193); }
td.TdClassName
{
border-color: #119BC1;
}
.TagClassName
{
border-color: #119BC1;
}
</style>