Shades of Pacific Blue #119ABE
Tints of Pacific Blue #119ABE
RGB
CMYK
RGB Variations
Color information
#119ABE (or 0x119ABE) is known color: Pacific Blue. HEX triplet: 11, 9A and BE. RGB value is (17,154,190). Sum of RGB (Red+Green+Blue) = 17+154+190=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #119ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119ABE is #EE6541. Grayscale: #747474. Windows color (decimal): -15623490 or 12491281. OLE color: 12491281.
HSL color Cylindrical-coordinate representation of color #119ABE: hue angle of 192.49º 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 #119ABE is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 154 | 190 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.25 |
| HSL | 192.49º | 0.84% | 0.41% | - |
| HSV(B) | 192.49º | 0.91% | 0.75% | - |
| XYZ | 21.08 | 26.95 | 52.81 | - |
| YUV | 117.14 | 169.11 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 190 | 0.91 | 0.19 | 0 | 0.25 | 192.49 | 0.84 | 0.41 |
| Hex | 11 | 9A | BE | 5B | 13 | 0 | 19 | C0 | 54 | 29 |
| Octal | 21 | 232 | 276 | 133 | 23 | 0 | 31 | 300 | 124 | 51 |
| Binary | 10001 | 10011010 | 10111110 | 1011011 | 10011 | 0 | 11001 | 11000000 | 1010100 | 101001 |
Color Harmonies of #119ABE
Complementary color
Monochromatic Colors of #119ABE
Black with #119ABE
Text Example
Text Example
White with #119ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119ABE; }
p { color: rgb(17,154,190); }
H1.HeaderClassName
{
color: #119ABE;
}
.AnyTagClassName
{
color: #119ABE;
}
</style>
background-color css
<style>
a { background-color: #119ABE; }
a { background-color: rgb(17,154,190); }
div.DivClassName
{
background-color: #119ABE;
}
.BgClassName
{
background-color: #119ABE;
}
</style>
border-color css
<style>
span { border-color: #119ABE; }
span { border-color: rgb(17,154,190); }
td.TdClassName
{
border-color: #119ABE;
}
.TagClassName
{
border-color: #119ABE;
}
</style>