Shades of Pacific Blue #1595DB
Tints of Pacific Blue #1595DB
RGB
CMYK
RGB Variations
Color information
#1595DB (or 0x1595DB) is known color: Pacific Blue. HEX triplet: 15, 95 and DB. RGB value is (21,149,219). Sum of RGB (Red+Green+Blue) = 21+149+219=389 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.40% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #1595DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1595DB is #EA6A24. Grayscale: #767676. Windows color (decimal): -15362597 or 14390549. OLE color: 14390549.
HSL color Cylindrical-coordinate representation of color #1595DB: hue angle of 201.21º degrees, saturation: 0.82, 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 #1595DB is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 149 | 219 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.14 |
| HSL | 201.21º | 0.83% | 0.47% | - |
| HSV(B) | 201.21º | 0.9% | 0.86% | - |
| XYZ | 23.84 | 26.77 | 70.93 | - |
| YUV | 118.71 | 184.59 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 149 | 219 | 0.90 | 0.32 | 0 | 0.14 | 201.21 | 0.83 | 0.47 |
| Hex | 15 | 95 | DB | 5A | 20 | 0 | E | C9 | 52 | 2F |
| Octal | 25 | 225 | 333 | 132 | 40 | 0 | 16 | 311 | 122 | 57 |
| Binary | 10101 | 10010101 | 11011011 | 1011010 | 100000 | 0 | 1110 | 11001001 | 1010010 | 101111 |
Color Harmonies of #1595DB
Complementary color
Monochromatic Colors of #1595DB
Black with #1595DB
Text Example
Text Example
White with #1595DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1595DB; }
p { color: rgb(21,149,219); }
H1.HeaderClassName
{
color: #1595DB;
}
.AnyTagClassName
{
color: #1595DB;
}
</style>
background-color css
<style>
a { background-color: #1595DB; }
a { background-color: rgb(21,149,219); }
div.DivClassName
{
background-color: #1595DB;
}
.BgClassName
{
background-color: #1595DB;
}
</style>
border-color css
<style>
span { border-color: #1595DB; }
span { border-color: rgb(21,149,219); }
td.TdClassName
{
border-color: #1595DB;
}
.TagClassName
{
border-color: #1595DB;
}
</style>