#019AE9

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

Shades of Pacific Blue #019AE9

Tints of Pacific Blue #019AE9

Color information

#019AE9 (or 0x019AE9) is unknown color: approx Pacific Blue. HEX triplet: 01, 9A and E9. RGB value is (1,154,233). Sum of RGB (Red+Green+Blue) = 1+154+233=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 233 (91.41% from 255 or 60.05% from 388); Max value from RGB is 233 - color contains mainly: blue. Hex color #019AE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #019AE9 is #FE6516. Grayscale: #747474. Windows color (decimal): -16672023 or 15309313. OLE color: 15309313.

HSL color Cylindrical-coordinate representation of color #019AE9: hue angle of 200.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019AE9 is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB1154233-
CMYK1.000.3400.09
HSL200.43º99.15%45.88%-
HSV(B)200.43º99.57%91.37%-
XYZ26.282981.3-
YUV117.26193.3145.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 233 (91.41% from 255) = 60.05%
R=0.26%
G=39.69%
B=60.05%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11542331.000.3400.09200.4399.1545.88
Hex19AE9642209c8632e
Octal12323511444201131014356
Binary11001101011101001110010010001001001110010001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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