Shades of Pacific Blue #119FBA
Tints of Pacific Blue #119FBA
RGB
CMYK
RGB Variations
Color information
#119FBA (or 0x119FBA) is known color: Pacific Blue. HEX triplet: 11, 9F and BA. RGB value is (17,159,186). Sum of RGB (Red+Green+Blue) = 17+159+186=362 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.70% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #119FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119FBA is #EE6045. Grayscale: #777777. Windows color (decimal): -15622214 or 12230417. OLE color: 12230417.
HSL color Cylindrical-coordinate representation of color #119FBA: hue angle of 189.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119FBA is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 159 | 186 | - |
| CMYK | 0.91 | 0.15 | 0 | 0.27 |
| HSL | 189.59º | 0.83% | 0.4% | - |
| HSV(B) | 189.59º | 0.91% | 0.73% | - |
| XYZ | 21.49 | 28.46 | 50.82 | - |
| YUV | 119.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 186 | 0.91 | 0.15 | 0 | 0.27 | 189.59 | 0.83 | 0.4 |
| Hex | 11 | 9F | BA | 5B | F | 0 | 1B | BE | 53 | 28 |
| Octal | 21 | 237 | 272 | 133 | 17 | 0 | 33 | 276 | 123 | 50 |
| Binary | 10001 | 10011111 | 10111010 | 1011011 | 1111 | 0 | 11011 | 10111110 | 1010011 | 101000 |
Color Harmonies of #119FBA
Complementary color
Monochromatic Colors of #119FBA
Black with #119FBA
Text Example
Text Example
White with #119FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FBA; }
p { color: rgb(17,159,186); }
H1.HeaderClassName
{
color: #119FBA;
}
.AnyTagClassName
{
color: #119FBA;
}
</style>
background-color css
<style>
a { background-color: #119FBA; }
a { background-color: rgb(17,159,186); }
div.DivClassName
{
background-color: #119FBA;
}
.BgClassName
{
background-color: #119FBA;
}
</style>
border-color css
<style>
span { border-color: #119FBA; }
span { border-color: rgb(17,159,186); }
td.TdClassName
{
border-color: #119FBA;
}
.TagClassName
{
border-color: #119FBA;
}
</style>