Shades of Pacific Blue #1591CA
Tints of Pacific Blue #1591CA
RGB
CMYK
RGB Variations
Color information
#1591CA (or 0x1591CA) is known color: Pacific Blue. HEX triplet: 15, 91 and CA. RGB value is (21,145,202). Sum of RGB (Red+Green+Blue) = 21+145+202=368 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.71% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #1591CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591CA is #EA6E35. Grayscale: #727272. Windows color (decimal): -15363638 or 13275413. OLE color: 13275413.
HSL color Cylindrical-coordinate representation of color #1591CA: hue angle of 198.9º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1591CA is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 21 | 145 | 202 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.21 |
| HSL | 198.9º | 0.81% | 0.44% | - |
| HSV(B) | 198.9º | 0.9% | 0.79% | - |
| XYZ | 21.1 | 24.67 | 59.53 | - |
| YUV | 114.42 | 177.42 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 202 | 0.90 | 0.28 | 0 | 0.21 | 198.9 | 0.81 | 0.44 |
| Hex | 15 | 91 | CA | 5A | 1C | 0 | 15 | C7 | 51 | 2C |
| Octal | 25 | 221 | 312 | 132 | 34 | 0 | 25 | 307 | 121 | 54 |
| Binary | 10101 | 10010001 | 11001010 | 1011010 | 11100 | 0 | 10101 | 11000111 | 1010001 | 101100 |
Color Harmonies of #1591CA
Complementary color
Monochromatic Colors of #1591CA
Black with #1591CA
Text Example
Text Example
White with #1591CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591CA; }
p { color: rgb(21,145,202); }
H1.HeaderClassName
{
color: #1591CA;
}
.AnyTagClassName
{
color: #1591CA;
}
</style>
background-color css
<style>
a { background-color: #1591CA; }
a { background-color: rgb(21,145,202); }
div.DivClassName
{
background-color: #1591CA;
}
.BgClassName
{
background-color: #1591CA;
}
</style>
border-color css
<style>
span { border-color: #1591CA; }
span { border-color: rgb(21,145,202); }
td.TdClassName
{
border-color: #1591CA;
}
.TagClassName
{
border-color: #1591CA;
}
</style>