Shades of Pacific Blue #1195C6
Tints of Pacific Blue #1195C6
RGB
CMYK
RGB Variations
Color information
#1195C6 (or 0x1195C6) is known color: Pacific Blue. HEX triplet: 11, 95 and C6. RGB value is (17,149,198). Sum of RGB (Red+Green+Blue) = 17+149+198=364 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.67% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #1195C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1195C6 is #EE6A39. Grayscale: #727272. Windows color (decimal): -15624762 or 13014289. OLE color: 13014289.
HSL color Cylindrical-coordinate representation of color #1195C6: hue angle of 196.24º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1195C6 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 149 | 198 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.22 |
| HSL | 196.24º | 0.84% | 0.42% | - |
| HSV(B) | 196.24º | 0.91% | 0.78% | - |
| XYZ | 21.17 | 25.69 | 57.27 | - |
| YUV | 115.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 198 | 0.91 | 0.25 | 0 | 0.22 | 196.24 | 0.84 | 0.42 |
| Hex | 11 | 95 | C6 | 5B | 19 | 0 | 16 | C4 | 54 | 2A |
| Octal | 21 | 225 | 306 | 133 | 31 | 0 | 26 | 304 | 124 | 52 |
| Binary | 10001 | 10010101 | 11000110 | 1011011 | 11001 | 0 | 10110 | 11000100 | 1010100 | 101010 |
Color Harmonies of #1195C6
Complementary color
Monochromatic Colors of #1195C6
Black with #1195C6
Text Example
Text Example
White with #1195C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195C6; }
p { color: rgb(17,149,198); }
H1.HeaderClassName
{
color: #1195C6;
}
.AnyTagClassName
{
color: #1195C6;
}
</style>
background-color css
<style>
a { background-color: #1195C6; }
a { background-color: rgb(17,149,198); }
div.DivClassName
{
background-color: #1195C6;
}
.BgClassName
{
background-color: #1195C6;
}
</style>
border-color css
<style>
span { border-color: #1195C6; }
span { border-color: rgb(17,149,198); }
td.TdClassName
{
border-color: #1195C6;
}
.TagClassName
{
border-color: #1195C6;
}
</style>