Shades of Pacific Blue #019FE7
Tints of Pacific Blue #019FE7
RGB
CMYK
RGB Variations
Color information
#019FE7 (or 0x019FE7) is known color: Pacific Blue. HEX triplet: 01, 9F and E7. RGB value is (1,159,231). Sum of RGB (Red+Green+Blue) = 1+159+231=391 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #019FE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019FE7 is #FE6018. Grayscale: #777777. Windows color (decimal): -16670745 or 15179521. OLE color: 15179521.
HSL color Cylindrical-coordinate representation of color #019FE7: hue angle of 198.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FE7 is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 159 | 231 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.09 |
| HSL | 198.78º | 0.99% | 0.45% | - |
| HSV(B) | 198.78º | 1% | 0.91% | - |
| XYZ | 26.83 | 30.57 | 80.09 | - |
| YUV | 119.97 | 190.65 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 231 | 1.00 | 0.31 | 0 | 0.09 | 198.78 | 0.99 | 0.45 |
| Hex | 1 | 9F | E7 | 64 | 1F | 0 | 9 | C7 | 63 | 2D |
| Octal | 1 | 237 | 347 | 144 | 37 | 0 | 11 | 307 | 143 | 55 |
| Binary | 1 | 10011111 | 11100111 | 1100100 | 11111 | 0 | 1001 | 11000111 | 1100011 | 101101 |
Color Harmonies of #019FE7
Complementary color
Monochromatic Colors of #019FE7
Black with #019FE7
Text Example
Text Example
White with #019FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FE7; }
p { color: rgb(1,159,231); }
H1.HeaderClassName
{
color: #019FE7;
}
.AnyTagClassName
{
color: #019FE7;
}
</style>
background-color css
<style>
a { background-color: #019FE7; }
a { background-color: rgb(1,159,231); }
div.DivClassName
{
background-color: #019FE7;
}
.BgClassName
{
background-color: #019FE7;
}
</style>
border-color css
<style>
span { border-color: #019FE7; }
span { border-color: rgb(1,159,231); }
td.TdClassName
{
border-color: #019FE7;
}
.TagClassName
{
border-color: #019FE7;
}
</style>