Shades of Pacific Blue #019FC0
Tints of Pacific Blue #019FC0
RGB
CMYK
RGB Variations
Color information
#019FC0 (or 0x019FC0) is known color: Pacific Blue. HEX triplet: 01, 9F and C0. RGB value is (1,159,192). Sum of RGB (Red+Green+Blue) = 1+159+192=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 192 (75.39% from 255 or 54.55% from 352); Max value from RGB is 192 - color contains mainly: blue. Hex color #019FC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FC0 is #FE603F. Grayscale: #737373. Windows color (decimal): -16670784 or 12623617. OLE color: 12623617.
HSL color Cylindrical-coordinate representation of color #019FC0: hue angle of 190.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FC0 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 159 | 192 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.25 |
| HSL | 190.37º | 0.99% | 0.38% | - |
| HSV(B) | 190.37º | 0.99% | 0.75% | - |
| XYZ | 21.93 | 28.61 | 54.24 | - |
| YUV | 115.52 | 171.15 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 192 | 0.99 | 0.17 | 0 | 0.25 | 190.37 | 0.99 | 0.38 |
| Hex | 1 | 9F | C0 | 63 | 11 | 0 | 19 | BE | 63 | 26 |
| Octal | 1 | 237 | 300 | 143 | 21 | 0 | 31 | 276 | 143 | 46 |
| Binary | 1 | 10011111 | 11000000 | 1100011 | 10001 | 0 | 11001 | 10111110 | 1100011 | 100110 |
Color Harmonies of #019FC0
Complementary color
Monochromatic Colors of #019FC0
Black with #019FC0
Text Example
Text Example
White with #019FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FC0; }
p { color: rgb(1,159,192); }
H1.HeaderClassName
{
color: #019FC0;
}
.AnyTagClassName
{
color: #019FC0;
}
</style>
background-color css
<style>
a { background-color: #019FC0; }
a { background-color: rgb(1,159,192); }
div.DivClassName
{
background-color: #019FC0;
}
.BgClassName
{
background-color: #019FC0;
}
</style>
border-color css
<style>
span { border-color: #019FC0; }
span { border-color: rgb(1,159,192); }
td.TdClassName
{
border-color: #019FC0;
}
.TagClassName
{
border-color: #019FC0;
}
</style>