Shades of Pacific Blue #1591DA
Tints of Pacific Blue #1591DA
RGB
CMYK
RGB Variations
Color information
#1591DA (or 0x1591DA) is known color: Pacific Blue. HEX triplet: 15, 91 and DA. RGB value is (21,145,218). Sum of RGB (Red+Green+Blue) = 21+145+218=384 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.47% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #1591DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591DA is #EA6E25. Grayscale: #737373. Windows color (decimal): -15363622 or 14323989. OLE color: 14323989.
HSL color Cylindrical-coordinate representation of color #1591DA: hue angle of 202.23º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1591DA is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 145 | 218 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.15 |
| HSL | 202.23º | 0.82% | 0.47% | - |
| HSV(B) | 202.23º | 0.9% | 0.85% | - |
| XYZ | 23.09 | 25.47 | 70.03 | - |
| YUV | 116.25 | 185.42 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 218 | 0.90 | 0.33 | 0 | 0.15 | 202.23 | 0.82 | 0.47 |
| Hex | 15 | 91 | DA | 5A | 21 | 0 | F | CA | 52 | 2F |
| Octal | 25 | 221 | 332 | 132 | 41 | 0 | 17 | 312 | 122 | 57 |
| Binary | 10101 | 10010001 | 11011010 | 1011010 | 100001 | 0 | 1111 | 11001010 | 1010010 | 101111 |
Color Harmonies of #1591DA
Complementary color
Monochromatic Colors of #1591DA
Black with #1591DA
Text Example
Text Example
White with #1591DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591DA; }
p { color: rgb(21,145,218); }
H1.HeaderClassName
{
color: #1591DA;
}
.AnyTagClassName
{
color: #1591DA;
}
</style>
background-color css
<style>
a { background-color: #1591DA; }
a { background-color: rgb(21,145,218); }
div.DivClassName
{
background-color: #1591DA;
}
.BgClassName
{
background-color: #1591DA;
}
</style>
border-color css
<style>
span { border-color: #1591DA; }
span { border-color: rgb(21,145,218); }
td.TdClassName
{
border-color: #1591DA;
}
.TagClassName
{
border-color: #1591DA;
}
</style>