Shades of Pacific Blue #1190CF
Tints of Pacific Blue #1190CF
RGB
CMYK
RGB Variations
Color information
#1190CF (or 0x1190CF) is known color: Pacific Blue. HEX triplet: 11, 90 and CF. RGB value is (17,144,207). Sum of RGB (Red+Green+Blue) = 17+144+207=368 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.62% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #1190CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1190CF is #EE6F30. Grayscale: #707070. Windows color (decimal): -15626033 or 13602833. OLE color: 13602833.
HSL color Cylindrical-coordinate representation of color #1190CF: hue angle of 199.89º 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 #1190CF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 144 | 207 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.19 |
| HSL | 199.89º | 0.85% | 0.44% | - |
| HSV(B) | 199.89º | 0.92% | 0.81% | - |
| XYZ | 21.47 | 24.57 | 62.64 | - |
| YUV | 113.21 | 180.92 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 144 | 207 | 0.92 | 0.30 | 0 | 0.19 | 199.89 | 0.85 | 0.44 |
| Hex | 11 | 90 | CF | 5C | 1E | 0 | 13 | C8 | 55 | 2C |
| Octal | 21 | 220 | 317 | 134 | 36 | 0 | 23 | 310 | 125 | 54 |
| Binary | 10001 | 10010000 | 11001111 | 1011100 | 11110 | 0 | 10011 | 11001000 | 1010101 | 101100 |
Color Harmonies of #1190CF
Complementary color
Monochromatic Colors of #1190CF
Black with #1190CF
Text Example
Text Example
White with #1190CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1190CF; }
p { color: rgb(17,144,207); }
H1.HeaderClassName
{
color: #1190CF;
}
.AnyTagClassName
{
color: #1190CF;
}
</style>
background-color css
<style>
a { background-color: #1190CF; }
a { background-color: rgb(17,144,207); }
div.DivClassName
{
background-color: #1190CF;
}
.BgClassName
{
background-color: #1190CF;
}
</style>
border-color css
<style>
span { border-color: #1190CF; }
span { border-color: rgb(17,144,207); }
td.TdClassName
{
border-color: #1190CF;
}
.TagClassName
{
border-color: #1190CF;
}
</style>