Shades of Pacific Blue #1392DB
Tints of Pacific Blue #1392DB
RGB
CMYK
RGB Variations
Color information
#1392DB (or 0x1392DB) is known color: Pacific Blue. HEX triplet: 13, 92 and DB. RGB value is (19,146,219). Sum of RGB (Red+Green+Blue) = 19+146+219=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #1392DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1392DB is #EC6D24. Grayscale: #737373. Windows color (decimal): -15494437 or 14389779. OLE color: 14389779.
HSL color Cylindrical-coordinate representation of color #1392DB: hue angle of 201.9º 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 #1392DB is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 146 | 219 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.14 |
| HSL | 201.9º | 0.84% | 0.47% | - |
| HSV(B) | 201.9º | 0.91% | 0.86% | - |
| XYZ | 23.33 | 25.81 | 70.77 | - |
| YUV | 116.35 | 185.92 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 219 | 0.91 | 0.33 | 0 | 0.14 | 201.9 | 0.84 | 0.47 |
| Hex | 13 | 92 | DB | 5B | 21 | 0 | E | CA | 54 | 2F |
| Octal | 23 | 222 | 333 | 133 | 41 | 0 | 16 | 312 | 124 | 57 |
| Binary | 10011 | 10010010 | 11011011 | 1011011 | 100001 | 0 | 1110 | 11001010 | 1010100 | 101111 |
Color Harmonies of #1392DB
Complementary color
Monochromatic Colors of #1392DB
Black with #1392DB
Text Example
Text Example
White with #1392DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392DB; }
p { color: rgb(19,146,219); }
H1.HeaderClassName
{
color: #1392DB;
}
.AnyTagClassName
{
color: #1392DB;
}
</style>
background-color css
<style>
a { background-color: #1392DB; }
a { background-color: rgb(19,146,219); }
div.DivClassName
{
background-color: #1392DB;
}
.BgClassName
{
background-color: #1392DB;
}
</style>
border-color css
<style>
span { border-color: #1392DB; }
span { border-color: rgb(19,146,219); }
td.TdClassName
{
border-color: #1392DB;
}
.TagClassName
{
border-color: #1392DB;
}
</style>