Shades of Pacific Blue #1194CA
Tints of Pacific Blue #1194CA
RGB
CMYK
RGB Variations
Color information
#1194CA (or 0x1194CA) is known color: Pacific Blue. HEX triplet: 11, 94 and CA. RGB value is (17,148,202). Sum of RGB (Red+Green+Blue) = 17+148+202=367 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.63% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #1194CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1194CA is #EE6B35. Grayscale: #727272. Windows color (decimal): -15625014 or 13276177. OLE color: 13276177.
HSL color Cylindrical-coordinate representation of color #1194CA: hue angle of 197.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1194CA is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 148 | 202 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.21 |
| HSL | 197.51º | 0.84% | 0.43% | - |
| HSV(B) | 197.51º | 0.92% | 0.79% | - |
| XYZ | 21.48 | 25.56 | 59.68 | - |
| YUV | 114.99 | 177.1 | 58.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 148 | 202 | 0.92 | 0.27 | 0 | 0.21 | 197.51 | 0.84 | 0.43 |
| Hex | 11 | 94 | CA | 5C | 1B | 0 | 15 | C6 | 54 | 2B |
| Octal | 21 | 224 | 312 | 134 | 33 | 0 | 25 | 306 | 124 | 53 |
| Binary | 10001 | 10010100 | 11001010 | 1011100 | 11011 | 0 | 10101 | 11000110 | 1010100 | 101011 |
Color Harmonies of #1194CA
Complementary color
Monochromatic Colors of #1194CA
Black with #1194CA
Text Example
Text Example
White with #1194CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1194CA; }
p { color: rgb(17,148,202); }
H1.HeaderClassName
{
color: #1194CA;
}
.AnyTagClassName
{
color: #1194CA;
}
</style>
background-color css
<style>
a { background-color: #1194CA; }
a { background-color: rgb(17,148,202); }
div.DivClassName
{
background-color: #1194CA;
}
.BgClassName
{
background-color: #1194CA;
}
</style>
border-color css
<style>
span { border-color: #1194CA; }
span { border-color: rgb(17,148,202); }
td.TdClassName
{
border-color: #1194CA;
}
.TagClassName
{
border-color: #1194CA;
}
</style>