Shades of Pacific Blue #1189DB
Tints of Pacific Blue #1189DB
RGB
CMYK
RGB Variations
Color information
#1189DB (or 0x1189DB) is known color: Pacific Blue. HEX triplet: 11, 89 and DB. RGB value is (17,137,219). Sum of RGB (Red+Green+Blue) = 17+137+219=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #1189DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1189DB is #EE7624. Grayscale: #6E6E6E. Windows color (decimal): -15627813 or 14387473. OLE color: 14387473.
HSL color Cylindrical-coordinate representation of color #1189DB: hue angle of 204.36º 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 #1189DB is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 137 | 219 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.14 |
| HSL | 204.36º | 0.86% | 0.46% | - |
| HSV(B) | 204.36º | 0.92% | 0.86% | - |
| XYZ | 21.96 | 23.12 | 70.32 | - |
| YUV | 110.47 | 189.24 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 137 | 219 | 0.92 | 0.37 | 0 | 0.14 | 204.36 | 0.86 | 0.46 |
| Hex | 11 | 89 | DB | 5C | 25 | 0 | E | CC | 56 | 2E |
| Octal | 21 | 211 | 333 | 134 | 45 | 0 | 16 | 314 | 126 | 56 |
| Binary | 10001 | 10001001 | 11011011 | 1011100 | 100101 | 0 | 1110 | 11001100 | 1010110 | 101110 |
Color Harmonies of #1189DB
Complementary color
Monochromatic Colors of #1189DB
Black with #1189DB
Text Example
Text Example
White with #1189DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1189DB; }
p { color: rgb(17,137,219); }
H1.HeaderClassName
{
color: #1189DB;
}
.AnyTagClassName
{
color: #1189DB;
}
</style>
background-color css
<style>
a { background-color: #1189DB; }
a { background-color: rgb(17,137,219); }
div.DivClassName
{
background-color: #1189DB;
}
.BgClassName
{
background-color: #1189DB;
}
</style>
border-color css
<style>
span { border-color: #1189DB; }
span { border-color: rgb(17,137,219); }
td.TdClassName
{
border-color: #1189DB;
}
.TagClassName
{
border-color: #1189DB;
}
</style>