Shades of Pacific Blue #1194C6
Tints of Pacific Blue #1194C6
RGB
CMYK
RGB Variations
Color information
#1194C6 (or 0x1194C6) is known color: Pacific Blue. HEX triplet: 11, 94 and C6. RGB value is (17,148,198). Sum of RGB (Red+Green+Blue) = 17+148+198=363 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.68% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 198 (77.73% from 255 or 54.55% from 363); Max value from RGB is 198 - color contains mainly: blue. Hex color #1194C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194C6 is #EE6B39. Grayscale: #727272. Windows color (decimal): -15625018 or 13014033. OLE color: 13014033.
HSL color Cylindrical-coordinate representation of color #1194C6: hue angle of 196.57º 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 #1194C6 is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 17 | 148 | 198 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.22 |
| HSL | 196.57º | 0.84% | 0.42% | - |
| HSV(B) | 196.57º | 0.91% | 0.78% | - |
| XYZ | 21.01 | 25.38 | 57.22 | - |
| YUV | 114.53 | 175.1 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 198 | 0.91 | 0.25 | 0 | 0.22 | 196.57 | 0.84 | 0.42 |
| Hex | 11 | 94 | C6 | 5B | 19 | 0 | 16 | C5 | 54 | 2A |
| Octal | 21 | 224 | 306 | 133 | 31 | 0 | 26 | 305 | 124 | 52 |
| Binary | 10001 | 10010100 | 11000110 | 1011011 | 11001 | 0 | 10110 | 11000101 | 1010100 | 101010 |
Color Harmonies of #1194C6
Complementary color
Monochromatic Colors of #1194C6
Black with #1194C6
Text Example
Text Example
White with #1194C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194C6; }
p { color: rgb(17,148,198); }
H1.HeaderClassName
{
color: #1194C6;
}
.AnyTagClassName
{
color: #1194C6;
}
</style>
background-color css
<style>
a { background-color: #1194C6; }
a { background-color: rgb(17,148,198); }
div.DivClassName
{
background-color: #1194C6;
}
.BgClassName
{
background-color: #1194C6;
}
</style>
border-color css
<style>
span { border-color: #1194C6; }
span { border-color: rgb(17,148,198); }
td.TdClassName
{
border-color: #1194C6;
}
.TagClassName
{
border-color: #1194C6;
}
</style>