Shades of Pacific Blue #019FCC
Tints of Pacific Blue #019FCC
RGB
CMYK
RGB Variations
Color information
#019FCC (or 0x019FCC) is known color: Pacific Blue. HEX triplet: 01, 9F and CC. RGB value is (1,159,204). Sum of RGB (Red+Green+Blue) = 1+159+204=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #019FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019FCC is #FE6033. Grayscale: #747474. Windows color (decimal): -16670772 or 13410049. OLE color: 13410049.
HSL color Cylindrical-coordinate representation of color #019FCC: hue angle of 193.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019FCC is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 159 | 204 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.2 |
| HSL | 193.3º | 0.99% | 0.4% | - |
| HSV(B) | 193.3º | 1% | 0.8% | - |
| XYZ | 23.31 | 29.16 | 61.53 | - |
| YUV | 116.89 | 177.15 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 204 | 1.00 | 0.22 | 0 | 0.2 | 193.3 | 0.99 | 0.4 |
| Hex | 1 | 9F | CC | 64 | 16 | 0 | 14 | C1 | 63 | 28 |
| Octal | 1 | 237 | 314 | 144 | 26 | 0 | 24 | 301 | 143 | 50 |
| Binary | 1 | 10011111 | 11001100 | 1100100 | 10110 | 0 | 10100 | 11000001 | 1100011 | 101000 |
Color Harmonies of #019FCC
Complementary color
Monochromatic Colors of #019FCC
Black with #019FCC
Text Example
Text Example
White with #019FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FCC; }
p { color: rgb(1,159,204); }
H1.HeaderClassName
{
color: #019FCC;
}
.AnyTagClassName
{
color: #019FCC;
}
</style>
background-color css
<style>
a { background-color: #019FCC; }
a { background-color: rgb(1,159,204); }
div.DivClassName
{
background-color: #019FCC;
}
.BgClassName
{
background-color: #019FCC;
}
</style>
border-color css
<style>
span { border-color: #019FCC; }
span { border-color: rgb(1,159,204); }
td.TdClassName
{
border-color: #019FCC;
}
.TagClassName
{
border-color: #019FCC;
}
</style>