Shades of Pacific Blue #1592DB
Tints of Pacific Blue #1592DB
RGB
CMYK
RGB Variations
Color information
#1592DB (or 0x1592DB) is known color: Pacific Blue. HEX triplet: 15, 92 and DB. RGB value is (21,146,219). Sum of RGB (Red+Green+Blue) = 21+146+219=386 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.44% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #1592DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1592DB is #EA6D24. Grayscale: #747474. Windows color (decimal): -15363365 or 14389781. OLE color: 14389781.
HSL color Cylindrical-coordinate representation of color #1592DB: hue angle of 202.12º 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 #1592DB is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 146 | 219 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.14 |
| HSL | 202.12º | 0.83% | 0.47% | - |
| HSV(B) | 202.12º | 0.9% | 0.86% | - |
| XYZ | 23.37 | 25.83 | 70.77 | - |
| YUV | 116.95 | 185.59 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 146 | 219 | 0.90 | 0.33 | 0 | 0.14 | 202.12 | 0.83 | 0.47 |
| Hex | 15 | 92 | DB | 5A | 21 | 0 | E | CA | 52 | 2F |
| Octal | 25 | 222 | 333 | 132 | 41 | 0 | 16 | 312 | 122 | 57 |
| Binary | 10101 | 10010010 | 11011011 | 1011010 | 100001 | 0 | 1110 | 11001010 | 1010010 | 101111 |
Color Harmonies of #1592DB
Complementary color
Monochromatic Colors of #1592DB
Black with #1592DB
Text Example
Text Example
White with #1592DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1592DB; }
p { color: rgb(21,146,219); }
H1.HeaderClassName
{
color: #1592DB;
}
.AnyTagClassName
{
color: #1592DB;
}
</style>
background-color css
<style>
a { background-color: #1592DB; }
a { background-color: rgb(21,146,219); }
div.DivClassName
{
background-color: #1592DB;
}
.BgClassName
{
background-color: #1592DB;
}
</style>
border-color css
<style>
span { border-color: #1592DB; }
span { border-color: rgb(21,146,219); }
td.TdClassName
{
border-color: #1592DB;
}
.TagClassName
{
border-color: #1592DB;
}
</style>