Shades of Pacific Blue #119EE1
Tints of Pacific Blue #119EE1
RGB
CMYK
RGB Variations
Color information
#119EE1 (or 0x119EE1) is known color: Pacific Blue. HEX triplet: 11, 9E and E1. RGB value is (17,158,225). Sum of RGB (Red+Green+Blue) = 17+158+225=400 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.25% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 225 (88.28% from 255 or 56.25% from 400); Max value from RGB is 225 - color contains mainly: blue. Hex color #119EE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EE1 is #EE611E. Grayscale: #7B7B7B. Windows color (decimal): -15622431 or 14786065. OLE color: 14786065.
HSL color Cylindrical-coordinate representation of color #119EE1: hue angle of 199.33º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119EE1 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 158 | 225 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.12 |
| HSL | 199.33º | 0.86% | 0.47% | - |
| HSV(B) | 199.33º | 0.92% | 0.88% | - |
| XYZ | 26.05 | 30.01 | 75.65 | - |
| YUV | 123.48 | 185.29 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 225 | 0.92 | 0.30 | 0 | 0.12 | 199.33 | 0.86 | 0.47 |
| Hex | 11 | 9E | E1 | 5C | 1E | 0 | C | C7 | 56 | 2F |
| Octal | 21 | 236 | 341 | 134 | 36 | 0 | 14 | 307 | 126 | 57 |
| Binary | 10001 | 10011110 | 11100001 | 1011100 | 11110 | 0 | 1100 | 11000111 | 1010110 | 101111 |
Color Harmonies of #119EE1
Complementary color
Monochromatic Colors of #119EE1
Black with #119EE1
Text Example
Text Example
White with #119EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EE1; }
p { color: rgb(17,158,225); }
H1.HeaderClassName
{
color: #119EE1;
}
.AnyTagClassName
{
color: #119EE1;
}
</style>
background-color css
<style>
a { background-color: #119EE1; }
a { background-color: rgb(17,158,225); }
div.DivClassName
{
background-color: #119EE1;
}
.BgClassName
{
background-color: #119EE1;
}
</style>
border-color css
<style>
span { border-color: #119EE1; }
span { border-color: rgb(17,158,225); }
td.TdClassName
{
border-color: #119EE1;
}
.TagClassName
{
border-color: #119EE1;
}
</style>