#019EA1

Color #019EA1 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #019EA1

Tints of Persian Green #019EA1

Color information

#019EA1 (or 0x019EA1) is unknown color: approx Persian Green. HEX triplet: 01, 9E and A1. RGB value is (1,158,161). Sum of RGB (Red+Green+Blue) = 1+158+161=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 161 (63.28% from 255 or 50.31% from 320); Max value from RGB is 161 - color contains mainly: blue. Hex color #019EA1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019EA1 is #FE615E. Grayscale: #6F6F6F. Windows color (decimal): -16671071 or 10591745. OLE color: 10591745.

HSL color Cylindrical-coordinate representation of color #019EA1: hue angle of 181.12º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019EA1 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1158161-
CMYK0.990.0200.37
HSL181.12º98.77%31.76%-
HSV(B)181.12º99.38%63.14%-
XYZ18.6727.0337.95-
YUV111.4155.9949.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 158 (62.11% from 255) = 49.38%
BLUE value IS 161 (63.28% from 255) = 50.31%
R=0.31%
G=49.38%
B=50.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11581610.990.0200.37181.1298.7731.76
Hex19EA1632025b56320
Octal1236241143204526514340
Binary110011110101000011100011100100101101101011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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