Shades of Pacific Blue #019EC1
Tints of Pacific Blue #019EC1
RGB
CMYK
RGB Variations
Color information
#019EC1 (or 0x019EC1) is known color: Pacific Blue. HEX triplet: 01, 9E and C1. RGB value is (1,158,193). Sum of RGB (Red+Green+Blue) = 1+158+193=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 193 (75.78% from 255 or 54.83% from 352); Max value from RGB is 193 - color contains mainly: blue. Hex color #019EC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC1 is #FE613E. Grayscale: #727272. Windows color (decimal): -16671039 or 12688897. OLE color: 12688897.
HSL color Cylindrical-coordinate representation of color #019EC1: hue angle of 190.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EC1 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 158 | 193 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.24 |
| HSL | 190.94º | 0.99% | 0.38% | - |
| HSV(B) | 190.94º | 0.99% | 0.76% | - |
| XYZ | 21.87 | 28.31 | 54.76 | - |
| YUV | 115.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 193 | 0.99 | 0.18 | 0 | 0.24 | 190.94 | 0.99 | 0.38 |
| Hex | 1 | 9E | C1 | 63 | 12 | 0 | 18 | BF | 63 | 26 |
| Octal | 1 | 236 | 301 | 143 | 22 | 0 | 30 | 277 | 143 | 46 |
| Binary | 1 | 10011110 | 11000001 | 1100011 | 10010 | 0 | 11000 | 10111111 | 1100011 | 100110 |
Color Harmonies of #019EC1
Complementary color
Monochromatic Colors of #019EC1
Black with #019EC1
Text Example
Text Example
White with #019EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EC1; }
p { color: rgb(1,158,193); }
H1.HeaderClassName
{
color: #019EC1;
}
.AnyTagClassName
{
color: #019EC1;
}
</style>
background-color css
<style>
a { background-color: #019EC1; }
a { background-color: rgb(1,158,193); }
div.DivClassName
{
background-color: #019EC1;
}
.BgClassName
{
background-color: #019EC1;
}
</style>
border-color css
<style>
span { border-color: #019EC1; }
span { border-color: rgb(1,158,193); }
td.TdClassName
{
border-color: #019EC1;
}
.TagClassName
{
border-color: #019EC1;
}
</style>