Shades of Pacific Blue #019EBC
Tints of Pacific Blue #019EBC
RGB
CMYK
RGB Variations
Color information
#019EBC (or 0x019EBC) is known color: Pacific Blue. HEX triplet: 01, 9E and BC. RGB value is (1,158,188). Sum of RGB (Red+Green+Blue) = 1+158+188=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #019EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EBC is #FE6143. Grayscale: #727272. Windows color (decimal): -16671044 or 12361217. OLE color: 12361217.
HSL color Cylindrical-coordinate representation of color #019EBC: hue angle of 189.63º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EBC is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 158 | 188 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.26 |
| HSL | 189.63º | 0.99% | 0.37% | - |
| HSV(B) | 189.63º | 0.99% | 0.74% | - |
| XYZ | 21.32 | 28.09 | 51.88 | - |
| YUV | 114.48 | 169.49 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 188 | 0.99 | 0.16 | 0 | 0.26 | 189.63 | 0.99 | 0.37 |
| Hex | 1 | 9E | BC | 63 | 10 | 0 | 1A | BE | 63 | 25 |
| Octal | 1 | 236 | 274 | 143 | 20 | 0 | 32 | 276 | 143 | 45 |
| Binary | 1 | 10011110 | 10111100 | 1100011 | 10000 | 0 | 11010 | 10111110 | 1100011 | 100101 |
Color Harmonies of #019EBC
Complementary color
Monochromatic Colors of #019EBC
Black with #019EBC
Text Example
Text Example
White with #019EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EBC; }
p { color: rgb(1,158,188); }
H1.HeaderClassName
{
color: #019EBC;
}
.AnyTagClassName
{
color: #019EBC;
}
</style>
background-color css
<style>
a { background-color: #019EBC; }
a { background-color: rgb(1,158,188); }
div.DivClassName
{
background-color: #019EBC;
}
.BgClassName
{
background-color: #019EBC;
}
</style>
border-color css
<style>
span { border-color: #019EBC; }
span { border-color: rgb(1,158,188); }
td.TdClassName
{
border-color: #019EBC;
}
.TagClassName
{
border-color: #019EBC;
}
</style>