Shades of Pacific Blue #119EC4
Tints of Pacific Blue #119EC4
RGB
CMYK
RGB Variations
Color information
#119EC4 (or 0x119EC4) is known color: Pacific Blue. HEX triplet: 11, 9E and C4. RGB value is (17,158,196). Sum of RGB (Red+Green+Blue) = 17+158+196=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 196 (76.95% from 255 or 52.83% from 371); Max value from RGB is 196 - color contains mainly: blue. Hex color #119EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119EC4 is #EE613B. Grayscale: #777777. Windows color (decimal): -15622460 or 12885521. OLE color: 12885521.
HSL color Cylindrical-coordinate representation of color #119EC4: hue angle of 192.74º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119EC4 is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 158 | 196 | - |
| CMYK | 0.91 | 0.19 | 0 | 0.23 |
| HSL | 192.74º | 0.84% | 0.42% | - |
| HSV(B) | 192.74º | 0.91% | 0.77% | - |
| XYZ | 22.42 | 28.56 | 56.56 | - |
| YUV | 120.17 | 170.79 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 196 | 0.91 | 0.19 | 0 | 0.23 | 192.74 | 0.84 | 0.42 |
| Hex | 11 | 9E | C4 | 5B | 13 | 0 | 17 | C1 | 54 | 2A |
| Octal | 21 | 236 | 304 | 133 | 23 | 0 | 27 | 301 | 124 | 52 |
| Binary | 10001 | 10011110 | 11000100 | 1011011 | 10011 | 0 | 10111 | 11000001 | 1010100 | 101010 |
Color Harmonies of #119EC4
Complementary color
Monochromatic Colors of #119EC4
Black with #119EC4
Text Example
Text Example
White with #119EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119EC4; }
p { color: rgb(17,158,196); }
H1.HeaderClassName
{
color: #119EC4;
}
.AnyTagClassName
{
color: #119EC4;
}
</style>
background-color css
<style>
a { background-color: #119EC4; }
a { background-color: rgb(17,158,196); }
div.DivClassName
{
background-color: #119EC4;
}
.BgClassName
{
background-color: #119EC4;
}
</style>
border-color css
<style>
span { border-color: #119EC4; }
span { border-color: rgb(17,158,196); }
td.TdClassName
{
border-color: #119EC4;
}
.TagClassName
{
border-color: #119EC4;
}
</style>