Shades of Pacific Blue #1591DB
Tints of Pacific Blue #1591DB
RGB
CMYK
RGB Variations
Color information
#1591DB (or 0x1591DB) is known color: Pacific Blue. HEX triplet: 15, 91 and DB. RGB value is (21,145,219). Sum of RGB (Red+Green+Blue) = 21+145+219=385 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.45% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #1591DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591DB is #EA6E24. Grayscale: #737373. Windows color (decimal): -15363621 or 14389525. OLE color: 14389525.
HSL color Cylindrical-coordinate representation of color #1591DB: hue angle of 202.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1591DB is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 145 | 219 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.14 |
| HSL | 202.42º | 0.83% | 0.47% | - |
| HSV(B) | 202.42º | 0.9% | 0.86% | - |
| XYZ | 23.22 | 25.52 | 70.72 | - |
| YUV | 116.36 | 185.92 | 59.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 219 | 0.90 | 0.34 | 0 | 0.14 | 202.42 | 0.83 | 0.47 |
| Hex | 15 | 91 | DB | 5A | 22 | 0 | E | CA | 52 | 2F |
| Octal | 25 | 221 | 333 | 132 | 42 | 0 | 16 | 312 | 122 | 57 |
| Binary | 10101 | 10010001 | 11011011 | 1011010 | 100010 | 0 | 1110 | 11001010 | 1010010 | 101111 |
Color Harmonies of #1591DB
Complementary color
Monochromatic Colors of #1591DB
Black with #1591DB
Text Example
Text Example
White with #1591DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591DB; }
p { color: rgb(21,145,219); }
H1.HeaderClassName
{
color: #1591DB;
}
.AnyTagClassName
{
color: #1591DB;
}
</style>
background-color css
<style>
a { background-color: #1591DB; }
a { background-color: rgb(21,145,219); }
div.DivClassName
{
background-color: #1591DB;
}
.BgClassName
{
background-color: #1591DB;
}
</style>
border-color css
<style>
span { border-color: #1591DB; }
span { border-color: rgb(21,145,219); }
td.TdClassName
{
border-color: #1591DB;
}
.TagClassName
{
border-color: #1591DB;
}
</style>