#019ED6

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

Shades of Pacific Blue #019ED6

Tints of Pacific Blue #019ED6

Color information

#019ED6 (or 0x019ED6) is unknown color: approx Pacific Blue. HEX triplet: 01, 9E and D6. RGB value is (1,158,214). Sum of RGB (Red+Green+Blue) = 1+158+214=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 214 (83.98% from 255 or 57.37% from 373); Max value from RGB is 214 - color contains mainly: blue. Hex color #019ED6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019ED6 is #FE6129. Grayscale: #757575. Windows color (decimal): -16671018 or 14065153. OLE color: 14065153.

HSL color Cylindrical-coordinate representation of color #019ED6: hue angle of 195.77º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019ED6 is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1158214-
CMYK1.000.2600.16
HSL195.77º99.07%42.16%-
HSV(B)195.77º99.53%83.92%-
XYZ24.3829.3267.99-
YUV117.44182.4944.95-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 158 (62.11% from 255) = 42.36%
BLUE value IS 214 (83.98% from 255) = 57.37%
R=0.27%
G=42.36%
B=57.37%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11582141.000.2600.16195.7799.0742.16
Hex19ED6641A010c4632a
Octal12363261443202030414352
Binary11001111011010110110010011010010000110001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,158,214); }

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

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

 a { background-color: rgb(1,158,214); }

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

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

 span { border-color: rgb(1,158,214); }

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