Shades of Pacific Blue #119EDB
Tints of Pacific Blue #119EDB
RGB
CMYK
RGB Variations
Color information
#119EDB (or 0x119EDB) is known color: Pacific Blue. HEX triplet: 11, 9E and DB. RGB value is (17,158,219). Sum of RGB (Red+Green+Blue) = 17+158+219=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #119EDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EDB is #EE6124. Grayscale: #7A7A7A. Windows color (decimal): -15622437 or 14392849. OLE color: 14392849.
HSL color Cylindrical-coordinate representation of color #119EDB: hue angle of 198.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119EDB is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 158 | 219 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.14 |
| HSL | 198.12º | 0.86% | 0.46% | - |
| HSV(B) | 198.12º | 0.92% | 0.86% | - |
| XYZ | 25.24 | 29.69 | 71.42 | - |
| YUV | 122.8 | 182.29 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 219 | 0.92 | 0.28 | 0 | 0.14 | 198.12 | 0.86 | 0.46 |
| Hex | 11 | 9E | DB | 5C | 1C | 0 | E | C6 | 56 | 2E |
| Octal | 21 | 236 | 333 | 134 | 34 | 0 | 16 | 306 | 126 | 56 |
| Binary | 10001 | 10011110 | 11011011 | 1011100 | 11100 | 0 | 1110 | 11000110 | 1010110 | 101110 |
Color Harmonies of #119EDB
Complementary color
Monochromatic Colors of #119EDB
Black with #119EDB
Text Example
Text Example
White with #119EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EDB; }
p { color: rgb(17,158,219); }
H1.HeaderClassName
{
color: #119EDB;
}
.AnyTagClassName
{
color: #119EDB;
}
</style>
background-color css
<style>
a { background-color: #119EDB; }
a { background-color: rgb(17,158,219); }
div.DivClassName
{
background-color: #119EDB;
}
.BgClassName
{
background-color: #119EDB;
}
</style>
border-color css
<style>
span { border-color: #119EDB; }
span { border-color: rgb(17,158,219); }
td.TdClassName
{
border-color: #119EDB;
}
.TagClassName
{
border-color: #119EDB;
}
</style>