#019EDF

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

Shades of Pacific Blue #019EDF

Tints of Pacific Blue #019EDF

Color information

#019EDF (or 0x019EDF) is unknown color: approx Pacific Blue. HEX triplet: 01, 9E and DF. RGB value is (1,158,223). Sum of RGB (Red+Green+Blue) = 1+158+223=382 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 223 (87.5% from 255 or 58.38% from 382); Max value from RGB is 223 - color contains mainly: blue. Hex color #019EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019EDF is #FE6120. Grayscale: #767676. Windows color (decimal): -16671009 or 14654977. OLE color: 14654977.

HSL color Cylindrical-coordinate representation of color #019EDF: hue angle of 197.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019EDF is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1158223-
CMYK1.000.2900.13
HSL197.57º99.11%43.92%-
HSV(B)197.57º99.55%87.45%-
XYZ25.5629.7974.21-
YUV118.47186.9944.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 223 (87.5% from 255) = 58.38%
R=0.26%
G=41.36%
B=58.38%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11582231.000.2900.13197.5799.1143.92
Hex19EDF641D0Dc6632c
Octal12363371443501530614354
Binary1100111101101111111001001110101101110001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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