Shades of Pacific Blue #1192C1
Tints of Pacific Blue #1192C1
RGB
CMYK
RGB Variations
Color information
#1192C1 (or 0x1192C1) is known color: Pacific Blue. HEX triplet: 11, 92 and C1. RGB value is (17,146,193). Sum of RGB (Red+Green+Blue) = 17+146+193=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #1192C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1192C1 is #EE6D3E. Grayscale: #707070. Windows color (decimal): -15625535 or 12685841. OLE color: 12685841.
HSL color Cylindrical-coordinate representation of color #1192C1: hue angle of 196.02º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1192C1 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 146 | 193 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.24 |
| HSL | 196.02º | 0.84% | 0.41% | - |
| HSV(B) | 196.02º | 0.91% | 0.76% | - |
| XYZ | 20.14 | 24.53 | 54.13 | - |
| YUV | 112.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 146 | 193 | 0.91 | 0.24 | 0 | 0.24 | 196.02 | 0.84 | 0.41 |
| Hex | 11 | 92 | C1 | 5B | 18 | 0 | 18 | C4 | 54 | 29 |
| Octal | 21 | 222 | 301 | 133 | 30 | 0 | 30 | 304 | 124 | 51 |
| Binary | 10001 | 10010010 | 11000001 | 1011011 | 11000 | 0 | 11000 | 11000100 | 1010100 | 101001 |
Color Harmonies of #1192C1
Complementary color
Monochromatic Colors of #1192C1
Black with #1192C1
Text Example
Text Example
White with #1192C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1192C1; }
p { color: rgb(17,146,193); }
H1.HeaderClassName
{
color: #1192C1;
}
.AnyTagClassName
{
color: #1192C1;
}
</style>
background-color css
<style>
a { background-color: #1192C1; }
a { background-color: rgb(17,146,193); }
div.DivClassName
{
background-color: #1192C1;
}
.BgClassName
{
background-color: #1192C1;
}
</style>
border-color css
<style>
span { border-color: #1192C1; }
span { border-color: rgb(17,146,193); }
td.TdClassName
{
border-color: #1192C1;
}
.TagClassName
{
border-color: #1192C1;
}
</style>