Shades of Pacific Blue #019BC0
Tints of Pacific Blue #019BC0
RGB
CMYK
RGB Variations
Color information
#019BC0 (or 0x019BC0) is known color: Pacific Blue. HEX triplet: 01, 9B and C0. RGB value is (1,155,192). Sum of RGB (Red+Green+Blue) = 1+155+192=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 155 (60.94% from 255 or 44.54% from 348); Blue value is 192 (75.39% from 255 or 55.17% from 348); Max value from RGB is 192 - color contains mainly: blue. Hex color #019BC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019BC0 is #FE643F. Grayscale: #707070. Windows color (decimal): -16671808 or 12622593. OLE color: 12622593.
HSL color Cylindrical-coordinate representation of color #019BC0: hue angle of 191.62º 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 #019BC0 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 155 | 192 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.25 |
| HSL | 191.62º | 0.99% | 0.38% | - |
| HSV(B) | 191.62º | 0.99% | 0.75% | - |
| XYZ | 21.25 | 27.25 | 54.01 | - |
| YUV | 113.17 | 172.48 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 192 | 0.99 | 0.19 | 0 | 0.25 | 191.62 | 0.99 | 0.38 |
| Hex | 1 | 9B | C0 | 63 | 13 | 0 | 19 | C0 | 63 | 26 |
| Octal | 1 | 233 | 300 | 143 | 23 | 0 | 31 | 300 | 143 | 46 |
| Binary | 1 | 10011011 | 11000000 | 1100011 | 10011 | 0 | 11001 | 11000000 | 1100011 | 100110 |
Color Harmonies of #019BC0
Complementary color
Monochromatic Colors of #019BC0
Black with #019BC0
Text Example
Text Example
White with #019BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019BC0; }
p { color: rgb(1,155,192); }
H1.HeaderClassName
{
color: #019BC0;
}
.AnyTagClassName
{
color: #019BC0;
}
</style>
background-color css
<style>
a { background-color: #019BC0; }
a { background-color: rgb(1,155,192); }
div.DivClassName
{
background-color: #019BC0;
}
.BgClassName
{
background-color: #019BC0;
}
</style>
border-color css
<style>
span { border-color: #019BC0; }
span { border-color: rgb(1,155,192); }
td.TdClassName
{
border-color: #019BC0;
}
.TagClassName
{
border-color: #019BC0;
}
</style>