Shades of Pacific Blue #1187CA
Tints of Pacific Blue #1187CA
RGB
CMYK
RGB Variations
Color information
#1187CA (or 0x1187CA) is known color: Pacific Blue. HEX triplet: 11, 87 and CA. RGB value is (17,135,202). Sum of RGB (Red+Green+Blue) = 17+135+202=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #1187CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187CA is #EE7835. Grayscale: #6A6A6A. Windows color (decimal): -15628342 or 13272849. OLE color: 13272849.
HSL color Cylindrical-coordinate representation of color #1187CA: hue angle of 201.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187CA is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 135 | 202 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.21 |
| HSL | 201.73º | 0.84% | 0.43% | - |
| HSV(B) | 201.73º | 0.92% | 0.79% | - |
| XYZ | 19.56 | 21.71 | 59.04 | - |
| YUV | 107.36 | 181.41 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 202 | 0.92 | 0.33 | 0 | 0.21 | 201.73 | 0.84 | 0.43 |
| Hex | 11 | 87 | CA | 5C | 21 | 0 | 15 | CA | 54 | 2B |
| Octal | 21 | 207 | 312 | 134 | 41 | 0 | 25 | 312 | 124 | 53 |
| Binary | 10001 | 10000111 | 11001010 | 1011100 | 100001 | 0 | 10101 | 11001010 | 1010100 | 101011 |
Color Harmonies of #1187CA
Complementary color
Monochromatic Colors of #1187CA
Black with #1187CA
Text Example
Text Example
White with #1187CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187CA; }
p { color: rgb(17,135,202); }
H1.HeaderClassName
{
color: #1187CA;
}
.AnyTagClassName
{
color: #1187CA;
}
</style>
background-color css
<style>
a { background-color: #1187CA; }
a { background-color: rgb(17,135,202); }
div.DivClassName
{
background-color: #1187CA;
}
.BgClassName
{
background-color: #1187CA;
}
</style>
border-color css
<style>
span { border-color: #1187CA; }
span { border-color: rgb(17,135,202); }
td.TdClassName
{
border-color: #1187CA;
}
.TagClassName
{
border-color: #1187CA;
}
</style>