Shades of Pacific Blue #1198BF
Tints of Pacific Blue #1198BF
RGB
CMYK
RGB Variations
Color information
#1198BF (or 0x1198BF) is known color: Pacific Blue. HEX triplet: 11, 98 and BF. RGB value is (17,152,191). Sum of RGB (Red+Green+Blue) = 17+152+191=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #1198BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198BF is #EE6740. Grayscale: #737373. Windows color (decimal): -15624001 or 12556305. OLE color: 12556305.
HSL color Cylindrical-coordinate representation of color #1198BF: hue angle of 193.45º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1198BF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 152 | 191 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.25 |
| HSL | 193.45º | 0.84% | 0.41% | - |
| HSV(B) | 193.45º | 0.91% | 0.75% | - |
| XYZ | 20.86 | 26.34 | 53.27 | - |
| YUV | 116.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 191 | 0.91 | 0.20 | 0 | 0.25 | 193.45 | 0.84 | 0.41 |
| Hex | 11 | 98 | BF | 5B | 14 | 0 | 19 | C1 | 54 | 29 |
| Octal | 21 | 230 | 277 | 133 | 24 | 0 | 31 | 301 | 124 | 51 |
| Binary | 10001 | 10011000 | 10111111 | 1011011 | 10100 | 0 | 11001 | 11000001 | 1010100 | 101001 |
Color Harmonies of #1198BF
Complementary color
Monochromatic Colors of #1198BF
Black with #1198BF
Text Example
Text Example
White with #1198BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1198BF; }
p { color: rgb(17,152,191); }
H1.HeaderClassName
{
color: #1198BF;
}
.AnyTagClassName
{
color: #1198BF;
}
</style>
background-color css
<style>
a { background-color: #1198BF; }
a { background-color: rgb(17,152,191); }
div.DivClassName
{
background-color: #1198BF;
}
.BgClassName
{
background-color: #1198BF;
}
</style>
border-color css
<style>
span { border-color: #1198BF; }
span { border-color: rgb(17,152,191); }
td.TdClassName
{
border-color: #1198BF;
}
.TagClassName
{
border-color: #1198BF;
}
</style>