Shades of Pacific Blue #1791DB
Tints of Pacific Blue #1791DB
RGB
CMYK
RGB Variations
Color information
#1791DB (or 0x1791DB) is known color: Pacific Blue. HEX triplet: 17, 91 and DB. RGB value is (23,145,219). Sum of RGB (Red+Green+Blue) = 23+145+219=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #1791DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1791DB is #E86E24. Grayscale: #747474. Windows color (decimal): -15232549 or 14389527. OLE color: 14389527.
HSL color Cylindrical-coordinate representation of color #1791DB: hue angle of 202.65º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1791DB is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 145 | 219 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.14 |
| HSL | 202.65º | 0.81% | 0.47% | - |
| HSV(B) | 202.65º | 0.89% | 0.86% | - |
| XYZ | 23.26 | 25.55 | 70.72 | - |
| YUV | 116.96 | 185.58 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 145 | 219 | 0.89 | 0.34 | 0 | 0.14 | 202.65 | 0.81 | 0.47 |
| Hex | 17 | 91 | DB | 59 | 22 | 0 | E | CB | 51 | 2F |
| Octal | 27 | 221 | 333 | 131 | 42 | 0 | 16 | 313 | 121 | 57 |
| Binary | 10111 | 10010001 | 11011011 | 1011001 | 100010 | 0 | 1110 | 11001011 | 1010001 | 101111 |
Color Harmonies of #1791DB
Complementary color
Monochromatic Colors of #1791DB
Black with #1791DB
Text Example
Text Example
White with #1791DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1791DB; }
p { color: rgb(23,145,219); }
H1.HeaderClassName
{
color: #1791DB;
}
.AnyTagClassName
{
color: #1791DB;
}
</style>
background-color css
<style>
a { background-color: #1791DB; }
a { background-color: rgb(23,145,219); }
div.DivClassName
{
background-color: #1791DB;
}
.BgClassName
{
background-color: #1791DB;
}
</style>
border-color css
<style>
span { border-color: #1791DB; }
span { border-color: rgb(23,145,219); }
td.TdClassName
{
border-color: #1791DB;
}
.TagClassName
{
border-color: #1791DB;
}
</style>