Shades of Pacific Blue #1591D1
Tints of Pacific Blue #1591D1
RGB
CMYK
RGB Variations
Color information
#1591D1 (or 0x1591D1) is known color: Pacific Blue. HEX triplet: 15, 91 and D1. RGB value is (21,145,209). Sum of RGB (Red+Green+Blue) = 21+145+209=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #1591D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591D1 is #EA6E2E. Grayscale: #727272. Windows color (decimal): -15363631 or 13734165. OLE color: 13734165.
HSL color Cylindrical-coordinate representation of color #1591D1: hue angle of 200.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1591D1 is Cyan = 0.90, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 21 | 145 | 209 | - |
| CMYK | 0.90 | 0.31 | 0 | 0.18 |
| HSL | 200.43º | 0.82% | 0.45% | - |
| HSV(B) | 200.43º | 0.9% | 0.82% | - |
| XYZ | 21.94 | 25.01 | 63.99 | - |
| YUV | 115.22 | 180.92 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 209 | 0.90 | 0.31 | 0 | 0.18 | 200.43 | 0.82 | 0.45 |
| Hex | 15 | 91 | D1 | 5A | 1F | 0 | 12 | C8 | 52 | 2D |
| Octal | 25 | 221 | 321 | 132 | 37 | 0 | 22 | 310 | 122 | 55 |
| Binary | 10101 | 10010001 | 11010001 | 1011010 | 11111 | 0 | 10010 | 11001000 | 1010010 | 101101 |
Color Harmonies of #1591D1
Complementary color
Monochromatic Colors of #1591D1
Black with #1591D1
Text Example
Text Example
White with #1591D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591D1; }
p { color: rgb(21,145,209); }
H1.HeaderClassName
{
color: #1591D1;
}
.AnyTagClassName
{
color: #1591D1;
}
</style>
background-color css
<style>
a { background-color: #1591D1; }
a { background-color: rgb(21,145,209); }
div.DivClassName
{
background-color: #1591D1;
}
.BgClassName
{
background-color: #1591D1;
}
</style>
border-color css
<style>
span { border-color: #1591D1; }
span { border-color: rgb(21,145,209); }
td.TdClassName
{
border-color: #1591D1;
}
.TagClassName
{
border-color: #1591D1;
}
</style>