Shades of Pacific Blue #019EC7
Tints of Pacific Blue #019EC7
RGB
CMYK
RGB Variations
Color information
#019EC7 (or 0x019EC7) is known color: Pacific Blue. HEX triplet: 01, 9E and C7. RGB value is (1,158,199). Sum of RGB (Red+Green+Blue) = 1+158+199=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 199 (78.12% from 255 or 55.59% from 358); Max value from RGB is 199 - color contains mainly: blue. Hex color #019EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EC7 is #FE6138. Grayscale: #737373. Windows color (decimal): -16671033 or 13082113. OLE color: 13082113.
HSL color Cylindrical-coordinate representation of color #019EC7: hue angle of 192.42º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EC7 is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 158 | 199 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.22 |
| HSL | 192.42º | 0.99% | 0.39% | - |
| HSV(B) | 192.42º | 0.99% | 0.78% | - |
| XYZ | 22.55 | 28.58 | 58.36 | - |
| YUV | 115.73 | 174.99 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 199 | 0.99 | 0.21 | 0 | 0.22 | 192.42 | 0.99 | 0.39 |
| Hex | 1 | 9E | C7 | 63 | 15 | 0 | 16 | C0 | 63 | 27 |
| Octal | 1 | 236 | 307 | 143 | 25 | 0 | 26 | 300 | 143 | 47 |
| Binary | 1 | 10011110 | 11000111 | 1100011 | 10101 | 0 | 10110 | 11000000 | 1100011 | 100111 |
Color Harmonies of #019EC7
Complementary color
Monochromatic Colors of #019EC7
Black with #019EC7
Text Example
Text Example
White with #019EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019EC7; }
p { color: rgb(1,158,199); }
H1.HeaderClassName
{
color: #019EC7;
}
.AnyTagClassName
{
color: #019EC7;
}
</style>
background-color css
<style>
a { background-color: #019EC7; }
a { background-color: rgb(1,158,199); }
div.DivClassName
{
background-color: #019EC7;
}
.BgClassName
{
background-color: #019EC7;
}
</style>
border-color css
<style>
span { border-color: #019EC7; }
span { border-color: rgb(1,158,199); }
td.TdClassName
{
border-color: #019EC7;
}
.TagClassName
{
border-color: #019EC7;
}
</style>