Shades of Pacific Blue #1192D0
Tints of Pacific Blue #1192D0
RGB
CMYK
RGB Variations
Color information
#1192D0 (or 0x1192D0) is known color: Pacific Blue. HEX triplet: 11, 92 and D0. RGB value is (17,146,208). Sum of RGB (Red+Green+Blue) = 17+146+208=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #1192D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192D0 is #EE6D2F. Grayscale: #727272. Windows color (decimal): -15625520 or 13668881. OLE color: 13668881.
HSL color Cylindrical-coordinate representation of color #1192D0: hue angle of 199.48º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1192D0 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 146 | 208 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.18 |
| HSL | 199.48º | 0.85% | 0.44% | - |
| HSV(B) | 199.48º | 0.92% | 0.82% | - |
| XYZ | 21.9 | 25.23 | 63.39 | - |
| YUV | 114.5 | 180.76 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 208 | 0.92 | 0.30 | 0 | 0.18 | 199.48 | 0.85 | 0.44 |
| Hex | 11 | 92 | D0 | 5C | 1E | 0 | 12 | C7 | 55 | 2C |
| Octal | 21 | 222 | 320 | 134 | 36 | 0 | 22 | 307 | 125 | 54 |
| Binary | 10001 | 10010010 | 11010000 | 1011100 | 11110 | 0 | 10010 | 11000111 | 1010101 | 101100 |
Color Harmonies of #1192D0
Complementary color
Monochromatic Colors of #1192D0
Black with #1192D0
Text Example
Text Example
White with #1192D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192D0; }
p { color: rgb(17,146,208); }
H1.HeaderClassName
{
color: #1192D0;
}
.AnyTagClassName
{
color: #1192D0;
}
</style>
background-color css
<style>
a { background-color: #1192D0; }
a { background-color: rgb(17,146,208); }
div.DivClassName
{
background-color: #1192D0;
}
.BgClassName
{
background-color: #1192D0;
}
</style>
border-color css
<style>
span { border-color: #1192D0; }
span { border-color: rgb(17,146,208); }
td.TdClassName
{
border-color: #1192D0;
}
.TagClassName
{
border-color: #1192D0;
}
</style>