#019ACA

Color #019ACA Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #019ACA

Tints of Pacific Blue #019ACA

Color information

#019ACA (or 0x019ACA) is unknown color: approx Pacific Blue. HEX triplet: 01, 9A and CA. RGB value is (1,154,202). Sum of RGB (Red+Green+Blue) = 1+154+202=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #019ACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ACA is #FE6535. Grayscale: #717171. Windows color (decimal): -16672054 or 13277697. OLE color: 13277697.

HSL color Cylindrical-coordinate representation of color #019ACA: hue angle of 194.33º 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 #019ACA is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1154202-
CMYK1.000.2400.21
HSL194.33º99.01%39.8%-
HSV(B)194.33º99.5%79.22%-
XYZ22.2327.3859.99-
YUV113.72177.8147.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=0.28%
G=43.14%
B=56.58%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal11542021.000.2400.21194.3399.0139.8
Hex19ACA6418015c26328
Octal12323121443002530214350
Binary11001101011001010110010011000010101110000101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019ACA; }

 p { color: rgb(1,154,202); }

 H1.HeaderClassName
 {
   color: #019ACA;
 }
 .AnyTagClassName
 {
   color: #019ACA;
 }
</style>
background-color css

<style>
 a { background-color: #019ACA; }

 a { background-color: rgb(1,154,202); }

 div.DivClassName
 {
   background-color: #019ACA;
 }
 .BgClassName
 {
   background-color: #019ACA;
 }
</style>
border-color css

<style>
 span { border-color: #019ACA; }

 span { border-color: rgb(1,154,202); }

 td.TdClassName
 {
   border-color: #019ACA;
 }
 .TagClassName
 {
   border-color: #019ACA;
 }
</style>