Shades of Pacific Blue #019FBA
Tints of Pacific Blue #019FBA
RGB
CMYK
RGB Variations
Color information
#019FBA (or 0x019FBA) is known color: Pacific Blue. HEX triplet: 01, 9F and BA. RGB value is (1,159,186). Sum of RGB (Red+Green+Blue) = 1+159+186=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #019FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FBA is #FE6045. Grayscale: #727272. Windows color (decimal): -16670790 or 12230401. OLE color: 12230401.
HSL color Cylindrical-coordinate representation of color #019FBA: hue angle of 188.76º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FBA is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 159 | 186 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.27 |
| HSL | 188.76º | 0.99% | 0.37% | - |
| HSV(B) | 188.76º | 0.99% | 0.73% | - |
| XYZ | 21.27 | 28.35 | 50.8 | - |
| YUV | 114.84 | 168.15 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 186 | 0.99 | 0.15 | 0 | 0.27 | 188.76 | 0.99 | 0.37 |
| Hex | 1 | 9F | BA | 63 | F | 0 | 1B | BD | 63 | 25 |
| Octal | 1 | 237 | 272 | 143 | 17 | 0 | 33 | 275 | 143 | 45 |
| Binary | 1 | 10011111 | 10111010 | 1100011 | 1111 | 0 | 11011 | 10111101 | 1100011 | 100101 |
Color Harmonies of #019FBA
Complementary color
Monochromatic Colors of #019FBA
Black with #019FBA
Text Example
Text Example
White with #019FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FBA; }
p { color: rgb(1,159,186); }
H1.HeaderClassName
{
color: #019FBA;
}
.AnyTagClassName
{
color: #019FBA;
}
</style>
background-color css
<style>
a { background-color: #019FBA; }
a { background-color: rgb(1,159,186); }
div.DivClassName
{
background-color: #019FBA;
}
.BgClassName
{
background-color: #019FBA;
}
</style>
border-color css
<style>
span { border-color: #019FBA; }
span { border-color: rgb(1,159,186); }
td.TdClassName
{
border-color: #019FBA;
}
.TagClassName
{
border-color: #019FBA;
}
</style>