Shades of Pacific Blue #019ED6
Tints of Pacific Blue #019ED6
RGB
CMYK
RGB Variations
Color information
#019ED6 (or 0x019ED6) is known color: Pacific Blue. HEX triplet: 01, 9E and D6. RGB value is (1,158,214). Sum of RGB (Red+Green+Blue) = 1+158+214=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #019ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ED6 is #FE6129. Grayscale: #757575. Windows color (decimal): -16671018 or 14065153. OLE color: 14065153.
HSL color Cylindrical-coordinate representation of color #019ED6: hue angle of 195.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ED6 is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 158 | 214 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.16 |
| HSL | 195.77º | 0.99% | 0.42% | - |
| HSV(B) | 195.77º | 1% | 0.84% | - |
| XYZ | 24.38 | 29.32 | 67.99 | - |
| YUV | 117.44 | 182.49 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 214 | 1.00 | 0.26 | 0 | 0.16 | 195.77 | 0.99 | 0.42 |
| Hex | 1 | 9E | D6 | 64 | 1A | 0 | 10 | C4 | 63 | 2A |
| Octal | 1 | 236 | 326 | 144 | 32 | 0 | 20 | 304 | 143 | 52 |
| Binary | 1 | 10011110 | 11010110 | 1100100 | 11010 | 0 | 10000 | 11000100 | 1100011 | 101010 |
Color Harmonies of #019ED6
Complementary color
Monochromatic Colors of #019ED6
Black with #019ED6
Text Example
Text Example
White with #019ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ED6; }
p { color: rgb(1,158,214); }
H1.HeaderClassName
{
color: #019ED6;
}
.AnyTagClassName
{
color: #019ED6;
}
</style>
background-color css
<style>
a { background-color: #019ED6; }
a { background-color: rgb(1,158,214); }
div.DivClassName
{
background-color: #019ED6;
}
.BgClassName
{
background-color: #019ED6;
}
</style>
border-color css
<style>
span { border-color: #019ED6; }
span { border-color: rgb(1,158,214); }
td.TdClassName
{
border-color: #019ED6;
}
.TagClassName
{
border-color: #019ED6;
}
</style>