Shades of Pacific Blue #1390DB
Tints of Pacific Blue #1390DB
RGB
CMYK
RGB Variations
Color information
#1390DB (or 0x1390DB) is known color: Pacific Blue. HEX triplet: 13, 90 and DB. RGB value is (19,144,219). Sum of RGB (Red+Green+Blue) = 19+144+219=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #1390DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1390DB is #EC6F24. Grayscale: #727272. Windows color (decimal): -15494949 or 14389267. OLE color: 14389267.
HSL color Cylindrical-coordinate representation of color #1390DB: hue angle of 202.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1390DB is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 144 | 219 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.14 |
| HSL | 202.5º | 0.84% | 0.47% | - |
| HSV(B) | 202.5º | 0.91% | 0.86% | - |
| XYZ | 23.03 | 25.2 | 70.67 | - |
| YUV | 115.18 | 186.59 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 144 | 219 | 0.91 | 0.34 | 0 | 0.14 | 202.5 | 0.84 | 0.47 |
| Hex | 13 | 90 | DB | 5B | 22 | 0 | E | CA | 54 | 2F |
| Octal | 23 | 220 | 333 | 133 | 42 | 0 | 16 | 312 | 124 | 57 |
| Binary | 10011 | 10010000 | 11011011 | 1011011 | 100010 | 0 | 1110 | 11001010 | 1010100 | 101111 |
Color Harmonies of #1390DB
Complementary color
Monochromatic Colors of #1390DB
Black with #1390DB
Text Example
Text Example
White with #1390DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1390DB; }
p { color: rgb(19,144,219); }
H1.HeaderClassName
{
color: #1390DB;
}
.AnyTagClassName
{
color: #1390DB;
}
</style>
background-color css
<style>
a { background-color: #1390DB; }
a { background-color: rgb(19,144,219); }
div.DivClassName
{
background-color: #1390DB;
}
.BgClassName
{
background-color: #1390DB;
}
</style>
border-color css
<style>
span { border-color: #1390DB; }
span { border-color: rgb(19,144,219); }
td.TdClassName
{
border-color: #1390DB;
}
.TagClassName
{
border-color: #1390DB;
}
</style>