Shades of Pacific Blue #019FDB
Tints of Pacific Blue #019FDB
RGB
CMYK
RGB Variations
Color information
#019FDB (or 0x019FDB) is known color: Pacific Blue. HEX triplet: 01, 9F and DB. RGB value is (1,159,219). Sum of RGB (Red+Green+Blue) = 1+159+219=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #019FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FDB is #FE6024. Grayscale: #767676. Windows color (decimal): -16670757 or 14393089. OLE color: 14393089.
HSL color Cylindrical-coordinate representation of color #019FDB: hue angle of 196.51º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FDB is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 159 | 219 | - |
| CMYK | 1.00 | 0.27 | 0 | 0.14 |
| HSL | 196.51º | 0.99% | 0.43% | - |
| HSV(B) | 196.51º | 1% | 0.86% | - |
| XYZ | 25.2 | 29.92 | 71.46 | - |
| YUV | 118.6 | 184.65 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 219 | 1.00 | 0.27 | 0 | 0.14 | 196.51 | 0.99 | 0.43 |
| Hex | 1 | 9F | DB | 64 | 1B | 0 | E | C5 | 63 | 2B |
| Octal | 1 | 237 | 333 | 144 | 33 | 0 | 16 | 305 | 143 | 53 |
| Binary | 1 | 10011111 | 11011011 | 1100100 | 11011 | 0 | 1110 | 11000101 | 1100011 | 101011 |
Color Harmonies of #019FDB
Complementary color
Monochromatic Colors of #019FDB
Black with #019FDB
Text Example
Text Example
White with #019FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FDB; }
p { color: rgb(1,159,219); }
H1.HeaderClassName
{
color: #019FDB;
}
.AnyTagClassName
{
color: #019FDB;
}
</style>
background-color css
<style>
a { background-color: #019FDB; }
a { background-color: rgb(1,159,219); }
div.DivClassName
{
background-color: #019FDB;
}
.BgClassName
{
background-color: #019FDB;
}
</style>
border-color css
<style>
span { border-color: #019FDB; }
span { border-color: rgb(1,159,219); }
td.TdClassName
{
border-color: #019FDB;
}
.TagClassName
{
border-color: #019FDB;
}
</style>