Shades of Pacific Blue #1791CA
Tints of Pacific Blue #1791CA
RGB
CMYK
RGB Variations
Color information
#1791CA (or 0x1791CA) is known color: Pacific Blue. HEX triplet: 17, 91 and CA. RGB value is (23,145,202). Sum of RGB (Red+Green+Blue) = 23+145+202=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #1791CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1791CA is #E86E35. Grayscale: #727272. Windows color (decimal): -15232566 or 13275415. OLE color: 13275415.
HSL color Cylindrical-coordinate representation of color #1791CA: hue angle of 199.11º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1791CA is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 145 | 202 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.21 |
| HSL | 199.11º | 0.8% | 0.44% | - |
| HSV(B) | 199.11º | 0.89% | 0.79% | - |
| XYZ | 21.14 | 24.7 | 59.53 | - |
| YUV | 115.02 | 177.08 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 202 | 0.89 | 0.28 | 0 | 0.21 | 199.11 | 0.8 | 0.44 |
| Hex | 17 | 91 | CA | 59 | 1C | 0 | 15 | C7 | 50 | 2C |
| Octal | 27 | 221 | 312 | 131 | 34 | 0 | 25 | 307 | 120 | 54 |
| Binary | 10111 | 10010001 | 11001010 | 1011001 | 11100 | 0 | 10101 | 11000111 | 1010000 | 101100 |
Color Harmonies of #1791CA
Complementary color
Monochromatic Colors of #1791CA
Black with #1791CA
Text Example
Text Example
White with #1791CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791CA; }
p { color: rgb(23,145,202); }
H1.HeaderClassName
{
color: #1791CA;
}
.AnyTagClassName
{
color: #1791CA;
}
</style>
background-color css
<style>
a { background-color: #1791CA; }
a { background-color: rgb(23,145,202); }
div.DivClassName
{
background-color: #1791CA;
}
.BgClassName
{
background-color: #1791CA;
}
</style>
border-color css
<style>
span { border-color: #1791CA; }
span { border-color: rgb(23,145,202); }
td.TdClassName
{
border-color: #1791CA;
}
.TagClassName
{
border-color: #1791CA;
}
</style>