Shades of Pacific Blue #019EC5
Tints of Pacific Blue #019EC5
RGB
CMYK
RGB Variations
Color information
#019EC5 (or 0x019EC5) is known color: Pacific Blue. HEX triplet: 01, 9E and C5. RGB value is (1,158,197). Sum of RGB (Red+Green+Blue) = 1+158+197=356 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #019EC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC5 is #FE613A. Grayscale: #737373. Windows color (decimal): -16671035 or 12951041. OLE color: 12951041.
HSL color Cylindrical-coordinate representation of color #019EC5: hue angle of 191.94º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EC5 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 158 | 197 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.23 |
| HSL | 191.94º | 0.99% | 0.39% | - |
| HSV(B) | 191.94º | 0.99% | 0.77% | - |
| XYZ | 22.32 | 28.49 | 57.15 | - |
| YUV | 115.5 | 173.99 | 46.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 197 | 0.99 | 0.20 | 0 | 0.23 | 191.94 | 0.99 | 0.39 |
| Hex | 1 | 9E | C5 | 63 | 14 | 0 | 17 | C0 | 63 | 27 |
| Octal | 1 | 236 | 305 | 143 | 24 | 0 | 27 | 300 | 143 | 47 |
| Binary | 1 | 10011110 | 11000101 | 1100011 | 10100 | 0 | 10111 | 11000000 | 1100011 | 100111 |
Color Harmonies of #019EC5
Complementary color
Monochromatic Colors of #019EC5
Black with #019EC5
Text Example
Text Example
White with #019EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EC5; }
p { color: rgb(1,158,197); }
H1.HeaderClassName
{
color: #019EC5;
}
.AnyTagClassName
{
color: #019EC5;
}
</style>
background-color css
<style>
a { background-color: #019EC5; }
a { background-color: rgb(1,158,197); }
div.DivClassName
{
background-color: #019EC5;
}
.BgClassName
{
background-color: #019EC5;
}
</style>
border-color css
<style>
span { border-color: #019EC5; }
span { border-color: rgb(1,158,197); }
td.TdClassName
{
border-color: #019EC5;
}
.TagClassName
{
border-color: #019EC5;
}
</style>