Shades of Pacific Blue #019ACC
Tints of Pacific Blue #019ACC
RGB
CMYK
RGB Variations
Color information
#019ACC (or 0x019ACC) is known color: Pacific Blue. HEX triplet: 01, 9A and CC. RGB value is (1,154,204). Sum of RGB (Red+Green+Blue) = 1+154+204=359 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #019ACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACC is #FE6533. Grayscale: #717171. Windows color (decimal): -16672052 or 13408769. OLE color: 13408769.
HSL color Cylindrical-coordinate representation of color #019ACC: hue angle of 194.78º 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 #019ACC is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 154 | 204 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.2 |
| HSL | 194.78º | 0.99% | 0.4% | - |
| HSV(B) | 194.78º | 1% | 0.8% | - |
| XYZ | 22.47 | 27.48 | 61.25 | - |
| YUV | 113.95 | 178.81 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 204 | 1.00 | 0.25 | 0 | 0.2 | 194.78 | 0.99 | 0.4 |
| Hex | 1 | 9A | CC | 64 | 19 | 0 | 14 | C3 | 63 | 28 |
| Octal | 1 | 232 | 314 | 144 | 31 | 0 | 24 | 303 | 143 | 50 |
| Binary | 1 | 10011010 | 11001100 | 1100100 | 11001 | 0 | 10100 | 11000011 | 1100011 | 101000 |
Color Harmonies of #019ACC
Complementary color
Monochromatic Colors of #019ACC
Black with #019ACC
Text Example
Text Example
White with #019ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019ACC; }
p { color: rgb(1,154,204); }
H1.HeaderClassName
{
color: #019ACC;
}
.AnyTagClassName
{
color: #019ACC;
}
</style>
background-color css
<style>
a { background-color: #019ACC; }
a { background-color: rgb(1,154,204); }
div.DivClassName
{
background-color: #019ACC;
}
.BgClassName
{
background-color: #019ACC;
}
</style>
border-color css
<style>
span { border-color: #019ACC; }
span { border-color: rgb(1,154,204); }
td.TdClassName
{
border-color: #019ACC;
}
.TagClassName
{
border-color: #019ACC;
}
</style>