Shades of Pacific Blue #1191DA
Tints of Pacific Blue #1191DA
RGB
CMYK
RGB Variations
Color information
#1191DA (or 0x1191DA) is known color: Pacific Blue. HEX triplet: 11, 91 and DA. RGB value is (17,145,218). Sum of RGB (Red+Green+Blue) = 17+145+218=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #1191DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1191DA is #EE6E25. Grayscale: #727272. Windows color (decimal): -15625766 or 14323985. OLE color: 14323985.
HSL color Cylindrical-coordinate representation of color #1191DA: hue angle of 201.79º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1191DA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 145 | 218 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.15 |
| HSL | 201.79º | 0.86% | 0.46% | - |
| HSV(B) | 201.79º | 0.92% | 0.85% | - |
| XYZ | 23.01 | 25.43 | 70.03 | - |
| YUV | 115.05 | 186.09 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 145 | 218 | 0.92 | 0.33 | 0 | 0.15 | 201.79 | 0.86 | 0.46 |
| Hex | 11 | 91 | DA | 5C | 21 | 0 | F | CA | 56 | 2E |
| Octal | 21 | 221 | 332 | 134 | 41 | 0 | 17 | 312 | 126 | 56 |
| Binary | 10001 | 10010001 | 11011010 | 1011100 | 100001 | 0 | 1111 | 11001010 | 1010110 | 101110 |
Color Harmonies of #1191DA
Complementary color
Monochromatic Colors of #1191DA
Black with #1191DA
Text Example
Text Example
White with #1191DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1191DA; }
p { color: rgb(17,145,218); }
H1.HeaderClassName
{
color: #1191DA;
}
.AnyTagClassName
{
color: #1191DA;
}
</style>
background-color css
<style>
a { background-color: #1191DA; }
a { background-color: rgb(17,145,218); }
div.DivClassName
{
background-color: #1191DA;
}
.BgClassName
{
background-color: #1191DA;
}
</style>
border-color css
<style>
span { border-color: #1191DA; }
span { border-color: rgb(17,145,218); }
td.TdClassName
{
border-color: #1191DA;
}
.TagClassName
{
border-color: #1191DA;
}
</style>