Shades of Pacific Blue #019FC2
Tints of Pacific Blue #019FC2
RGB
CMYK
RGB Variations
Color information
#019FC2 (or 0x019FC2) is known color: Pacific Blue. HEX triplet: 01, 9F and C2. RGB value is (1,159,194). Sum of RGB (Red+Green+Blue) = 1+159+194=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 194 (76.17% from 255 or 54.80% from 354); Max value from RGB is 194 - color contains mainly: blue. Hex color #019FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FC2 is #FE603D. Grayscale: #737373. Windows color (decimal): -16670782 or 12754689. OLE color: 12754689.
HSL color Cylindrical-coordinate representation of color #019FC2: hue angle of 190.88º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FC2 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 159 | 194 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.24 |
| HSL | 190.88º | 0.99% | 0.38% | - |
| HSV(B) | 190.88º | 0.99% | 0.76% | - |
| XYZ | 22.15 | 28.7 | 55.41 | - |
| YUV | 115.75 | 172.15 | 46.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 194 | 0.99 | 0.18 | 0 | 0.24 | 190.88 | 0.99 | 0.38 |
| Hex | 1 | 9F | C2 | 63 | 12 | 0 | 18 | BF | 63 | 26 |
| Octal | 1 | 237 | 302 | 143 | 22 | 0 | 30 | 277 | 143 | 46 |
| Binary | 1 | 10011111 | 11000010 | 1100011 | 10010 | 0 | 11000 | 10111111 | 1100011 | 100110 |
Color Harmonies of #019FC2
Complementary color
Monochromatic Colors of #019FC2
Black with #019FC2
Text Example
Text Example
White with #019FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FC2; }
p { color: rgb(1,159,194); }
H1.HeaderClassName
{
color: #019FC2;
}
.AnyTagClassName
{
color: #019FC2;
}
</style>
background-color css
<style>
a { background-color: #019FC2; }
a { background-color: rgb(1,159,194); }
div.DivClassName
{
background-color: #019FC2;
}
.BgClassName
{
background-color: #019FC2;
}
</style>
border-color css
<style>
span { border-color: #019FC2; }
span { border-color: rgb(1,159,194); }
td.TdClassName
{
border-color: #019FC2;
}
.TagClassName
{
border-color: #019FC2;
}
</style>