Shades of Pacific Blue #1187CB
Tints of Pacific Blue #1187CB
RGB
CMYK
RGB Variations
Color information
#1187CB (or 0x1187CB) is known color: Pacific Blue. HEX triplet: 11, 87 and CB. RGB value is (17,135,203). Sum of RGB (Red+Green+Blue) = 17+135+203=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #1187CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187CB is #EE7834. Grayscale: #6B6B6B. Windows color (decimal): -15628341 or 13338385. OLE color: 13338385.
HSL color Cylindrical-coordinate representation of color #1187CB: hue angle of 201.94º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1187CB is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 135 | 203 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.20 |
| HSL | 201.94º | 0.85% | 0.43% | - |
| HSV(B) | 201.94º | 0.92% | 0.8% | - |
| XYZ | 19.67 | 21.76 | 59.66 | - |
| YUV | 107.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 203 | 0.92 | 0.33 | 0 | 0.20 | 201.94 | 0.85 | 0.43 |
| Hex | 11 | 87 | CB | 5C | 21 | 0 | 14 | CA | 55 | 2B |
| Octal | 21 | 207 | 313 | 134 | 41 | 0 | 24 | 312 | 125 | 53 |
| Binary | 10001 | 10000111 | 11001011 | 1011100 | 100001 | 0 | 10100 | 11001010 | 1010101 | 101011 |
Color Harmonies of #1187CB
Complementary color
Monochromatic Colors of #1187CB
Black with #1187CB
Text Example
Text Example
White with #1187CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187CB; }
p { color: rgb(17,135,203); }
H1.HeaderClassName
{
color: #1187CB;
}
.AnyTagClassName
{
color: #1187CB;
}
</style>
background-color css
<style>
a { background-color: #1187CB; }
a { background-color: rgb(17,135,203); }
div.DivClassName
{
background-color: #1187CB;
}
.BgClassName
{
background-color: #1187CB;
}
</style>
border-color css
<style>
span { border-color: #1187CB; }
span { border-color: rgb(17,135,203); }
td.TdClassName
{
border-color: #1187CB;
}
.TagClassName
{
border-color: #1187CB;
}
</style>