Shades of Pacific Blue #1195CF
Tints of Pacific Blue #1195CF
RGB
CMYK
RGB Variations
Color information
#1195CF (or 0x1195CF) is known color: Pacific Blue. HEX triplet: 11, 95 and CF. RGB value is (17,149,207). Sum of RGB (Red+Green+Blue) = 17+149+207=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #1195CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195CF is #EE6A30. Grayscale: #737373. Windows color (decimal): -15624753 or 13604113. OLE color: 13604113.
HSL color Cylindrical-coordinate representation of color #1195CF: hue angle of 198.32º 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 #1195CF is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 149 | 207 | - |
| CMYK | 0.92 | 0.28 | 0 | 0.19 |
| HSL | 198.32º | 0.85% | 0.44% | - |
| HSV(B) | 198.32º | 0.92% | 0.81% | - |
| XYZ | 22.24 | 26.12 | 62.9 | - |
| YUV | 116.14 | 179.27 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 207 | 0.92 | 0.28 | 0 | 0.19 | 198.32 | 0.85 | 0.44 |
| Hex | 11 | 95 | CF | 5C | 1C | 0 | 13 | C6 | 55 | 2C |
| Octal | 21 | 225 | 317 | 134 | 34 | 0 | 23 | 306 | 125 | 54 |
| Binary | 10001 | 10010101 | 11001111 | 1011100 | 11100 | 0 | 10011 | 11000110 | 1010101 | 101100 |
Color Harmonies of #1195CF
Complementary color
Monochromatic Colors of #1195CF
Black with #1195CF
Text Example
Text Example
White with #1195CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195CF; }
p { color: rgb(17,149,207); }
H1.HeaderClassName
{
color: #1195CF;
}
.AnyTagClassName
{
color: #1195CF;
}
</style>
background-color css
<style>
a { background-color: #1195CF; }
a { background-color: rgb(17,149,207); }
div.DivClassName
{
background-color: #1195CF;
}
.BgClassName
{
background-color: #1195CF;
}
</style>
border-color css
<style>
span { border-color: #1195CF; }
span { border-color: rgb(17,149,207); }
td.TdClassName
{
border-color: #1195CF;
}
.TagClassName
{
border-color: #1195CF;
}
</style>