Shades of Pacific Blue #1191CF
Tints of Pacific Blue #1191CF
RGB
CMYK
RGB Variations
Color information
#1191CF (or 0x1191CF) is known color: Pacific Blue. HEX triplet: 11, 91 and CF. RGB value is (17,145,207). Sum of RGB (Red+Green+Blue) = 17+145+207=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #1191CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191CF is #EE6E30. Grayscale: #717171. Windows color (decimal): -15625777 or 13603089. OLE color: 13603089.
HSL color Cylindrical-coordinate representation of color #1191CF: hue angle of 199.58º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1191CF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 145 | 207 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.19 |
| HSL | 199.58º | 0.85% | 0.44% | - |
| HSV(B) | 199.58º | 0.92% | 0.81% | - |
| XYZ | 21.62 | 24.87 | 62.69 | - |
| YUV | 113.8 | 180.59 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 207 | 0.92 | 0.30 | 0 | 0.19 | 199.58 | 0.85 | 0.44 |
| Hex | 11 | 91 | CF | 5C | 1E | 0 | 13 | C8 | 55 | 2C |
| Octal | 21 | 221 | 317 | 134 | 36 | 0 | 23 | 310 | 125 | 54 |
| Binary | 10001 | 10010001 | 11001111 | 1011100 | 11110 | 0 | 10011 | 11001000 | 1010101 | 101100 |
Color Harmonies of #1191CF
Complementary color
Monochromatic Colors of #1191CF
Black with #1191CF
Text Example
Text Example
White with #1191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1191CF; }
p { color: rgb(17,145,207); }
H1.HeaderClassName
{
color: #1191CF;
}
.AnyTagClassName
{
color: #1191CF;
}
</style>
background-color css
<style>
a { background-color: #1191CF; }
a { background-color: rgb(17,145,207); }
div.DivClassName
{
background-color: #1191CF;
}
.BgClassName
{
background-color: #1191CF;
}
</style>
border-color css
<style>
span { border-color: #1191CF; }
span { border-color: rgb(17,145,207); }
td.TdClassName
{
border-color: #1191CF;
}
.TagClassName
{
border-color: #1191CF;
}
</style>