Shades of Pacific Blue #019FC9
Tints of Pacific Blue #019FC9
RGB
CMYK
RGB Variations
Color information
#019FC9 (or 0x019FC9) is known color: Pacific Blue. HEX triplet: 01, 9F and C9. RGB value is (1,159,201). Sum of RGB (Red+Green+Blue) = 1+159+201=361 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 201 (78.91% from 255 or 55.68% from 361); Max value from RGB is 201 - color contains mainly: blue. Hex color #019FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FC9 is #FE6036. Grayscale: #747474. Windows color (decimal): -16670775 or 13213441. OLE color: 13213441.
HSL color Cylindrical-coordinate representation of color #019FC9: hue angle of 192.6º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FC9 is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 159 | 201 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.21 |
| HSL | 192.6º | 0.99% | 0.4% | - |
| HSV(B) | 192.6º | 1% | 0.79% | - |
| XYZ | 22.95 | 29.02 | 59.65 | - |
| YUV | 116.55 | 175.65 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 201 | 1.00 | 0.21 | 0 | 0.21 | 192.6 | 0.99 | 0.4 |
| Hex | 1 | 9F | C9 | 64 | 15 | 0 | 15 | C1 | 63 | 28 |
| Octal | 1 | 237 | 311 | 144 | 25 | 0 | 25 | 301 | 143 | 50 |
| Binary | 1 | 10011111 | 11001001 | 1100100 | 10101 | 0 | 10101 | 11000001 | 1100011 | 101000 |
Color Harmonies of #019FC9
Complementary color
Monochromatic Colors of #019FC9
Black with #019FC9
Text Example
Text Example
White with #019FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FC9; }
p { color: rgb(1,159,201); }
H1.HeaderClassName
{
color: #019FC9;
}
.AnyTagClassName
{
color: #019FC9;
}
</style>
background-color css
<style>
a { background-color: #019FC9; }
a { background-color: rgb(1,159,201); }
div.DivClassName
{
background-color: #019FC9;
}
.BgClassName
{
background-color: #019FC9;
}
</style>
border-color css
<style>
span { border-color: #019FC9; }
span { border-color: rgb(1,159,201); }
td.TdClassName
{
border-color: #019FC9;
}
.TagClassName
{
border-color: #019FC9;
}
</style>