Shades of Pacific Blue #119CCA
Tints of Pacific Blue #119CCA
RGB
CMYK
RGB Variations
Color information
#119CCA (or 0x119CCA) is known color: Pacific Blue. HEX triplet: 11, 9C and CA. RGB value is (17,156,202). Sum of RGB (Red+Green+Blue) = 17+156+202=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #119CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119CCA is #EE6335. Grayscale: #777777. Windows color (decimal): -15622966 or 13278225. OLE color: 13278225.
HSL color Cylindrical-coordinate representation of color #119CCA: hue angle of 194.92º 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 #119CCA is Cyan = 0.92, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 17 | 156 | 202 | - |
| CMYK | 0.92 | 0.23 | 0 | 0.21 |
| HSL | 194.92º | 0.84% | 0.43% | - |
| HSV(B) | 194.92º | 0.92% | 0.79% | - |
| XYZ | 22.78 | 28.16 | 60.11 | - |
| YUV | 119.68 | 174.45 | 54.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 202 | 0.92 | 0.23 | 0 | 0.21 | 194.92 | 0.84 | 0.43 |
| Hex | 11 | 9C | CA | 5C | 17 | 0 | 15 | C3 | 54 | 2B |
| Octal | 21 | 234 | 312 | 134 | 27 | 0 | 25 | 303 | 124 | 53 |
| Binary | 10001 | 10011100 | 11001010 | 1011100 | 10111 | 0 | 10101 | 11000011 | 1010100 | 101011 |
Color Harmonies of #119CCA
Complementary color
Monochromatic Colors of #119CCA
Black with #119CCA
Text Example
Text Example
White with #119CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CCA; }
p { color: rgb(17,156,202); }
H1.HeaderClassName
{
color: #119CCA;
}
.AnyTagClassName
{
color: #119CCA;
}
</style>
background-color css
<style>
a { background-color: #119CCA; }
a { background-color: rgb(17,156,202); }
div.DivClassName
{
background-color: #119CCA;
}
.BgClassName
{
background-color: #119CCA;
}
</style>
border-color css
<style>
span { border-color: #119CCA; }
span { border-color: rgb(17,156,202); }
td.TdClassName
{
border-color: #119CCA;
}
.TagClassName
{
border-color: #119CCA;
}
</style>