Shades of Pacific Blue #1591DC
Tints of Pacific Blue #1591DC
RGB
CMYK
RGB Variations
Color information
#1591DC (or 0x1591DC) is known color: Pacific Blue. HEX triplet: 15, 91 and DC. RGB value is (21,145,220). Sum of RGB (Red+Green+Blue) = 21+145+220=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #1591DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591DC is #EA6E23. Grayscale: #747474. Windows color (decimal): -15363620 or 14455061. OLE color: 14455061.
HSL color Cylindrical-coordinate representation of color #1591DC: hue angle of 202.61º degrees, saturation: 0.83, 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 #1591DC is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 145 | 220 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.14 |
| HSL | 202.61º | 0.83% | 0.47% | - |
| HSV(B) | 202.61º | 0.9% | 0.86% | - |
| XYZ | 23.35 | 25.58 | 71.42 | - |
| YUV | 116.47 | 186.42 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 220 | 0.90 | 0.34 | 0 | 0.14 | 202.61 | 0.83 | 0.47 |
| Hex | 15 | 91 | DC | 5A | 22 | 0 | E | CB | 53 | 2F |
| Octal | 25 | 221 | 334 | 132 | 42 | 0 | 16 | 313 | 123 | 57 |
| Binary | 10101 | 10010001 | 11011100 | 1011010 | 100010 | 0 | 1110 | 11001011 | 1010011 | 101111 |
Color Harmonies of #1591DC
Complementary color
Monochromatic Colors of #1591DC
Black with #1591DC
Text Example
Text Example
White with #1591DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591DC; }
p { color: rgb(21,145,220); }
H1.HeaderClassName
{
color: #1591DC;
}
.AnyTagClassName
{
color: #1591DC;
}
</style>
background-color css
<style>
a { background-color: #1591DC; }
a { background-color: rgb(21,145,220); }
div.DivClassName
{
background-color: #1591DC;
}
.BgClassName
{
background-color: #1591DC;
}
</style>
border-color css
<style>
span { border-color: #1591DC; }
span { border-color: rgb(21,145,220); }
td.TdClassName
{
border-color: #1591DC;
}
.TagClassName
{
border-color: #1591DC;
}
</style>