Shades of Pacific Blue #1590D9
Tints of Pacific Blue #1590D9
RGB
CMYK
RGB Variations
Color information
#1590D9 (or 0x1590D9) is known color: Pacific Blue. HEX triplet: 15, 90 and D9. RGB value is (21,144,217). Sum of RGB (Red+Green+Blue) = 21+144+217=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 217 (85.16% from 255 or 56.81% from 382); Max value from RGB is 217 - color contains mainly: blue. Hex color #1590D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1590D9 is #EA6F26. Grayscale: #737373. Windows color (decimal): -15363879 or 14258197. OLE color: 14258197.
HSL color Cylindrical-coordinate representation of color #1590D9: hue angle of 202.35º 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 #1590D9 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 144 | 217 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.15 |
| HSL | 202.35º | 0.82% | 0.47% | - |
| HSV(B) | 202.35º | 0.9% | 0.85% | - |
| XYZ | 22.81 | 25.12 | 69.29 | - |
| YUV | 115.55 | 185.25 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 144 | 217 | 0.90 | 0.34 | 0 | 0.15 | 202.35 | 0.82 | 0.47 |
| Hex | 15 | 90 | D9 | 5A | 22 | 0 | F | CA | 52 | 2F |
| Octal | 25 | 220 | 331 | 132 | 42 | 0 | 17 | 312 | 122 | 57 |
| Binary | 10101 | 10010000 | 11011001 | 1011010 | 100010 | 0 | 1111 | 11001010 | 1010010 | 101111 |
Color Harmonies of #1590D9
Complementary color
Monochromatic Colors of #1590D9
Black with #1590D9
Text Example
Text Example
White with #1590D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1590D9; }
p { color: rgb(21,144,217); }
H1.HeaderClassName
{
color: #1590D9;
}
.AnyTagClassName
{
color: #1590D9;
}
</style>
background-color css
<style>
a { background-color: #1590D9; }
a { background-color: rgb(21,144,217); }
div.DivClassName
{
background-color: #1590D9;
}
.BgClassName
{
background-color: #1590D9;
}
</style>
border-color css
<style>
span { border-color: #1590D9; }
span { border-color: rgb(21,144,217); }
td.TdClassName
{
border-color: #1590D9;
}
.TagClassName
{
border-color: #1590D9;
}
</style>