Html Css Color HEX #019FA5 Persian Green

📋 copy color: '#019FA5'

red 1 ◦ green 159 ◦ blue 165

#019FA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #019FA5

Tints of Persian Green #019FA5

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 159 (62.5% from 255) = 48.92%

 BLUE value IS 165 (64.84% from 255) = 50.77%

R = 0.31%
G = 48.92%
B = 50.77%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#019FA5 (or 0x019FA5) is known color: Persian Green. HEX triplet: 01, 9F and A5. RGB value is (1,159,165). Sum of RGB (Red+Green+Blue) = 1+159+165=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #019FA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019FA5 is #FE605A. Grayscale: #707070. Windows color (decimal): -16670811 or 10854145. OLE color: 10854145.

HSL color Cylindrical-coordinate representation of color #019FA5: hue angle of 182.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019FA5 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 159 165 -
CMYK 0.99 0.04 0 0.35
HSL 182.2º 0.99% 0.33% -
HSV(B) 182.2º 0.99% 0.65% -
XYZ 19.2 27.52 39.9 -
YUV 112.44 157.65 48.51 -
System Red Green Blue C M Y K H S L
Decimal 1 159 165 0.99 0.04 0 0.35 182.2 0.99 0.33
Hex 1 9F A5 63 4 0 23 B6 63 21
Octal 1 237 245 143 4 0 43 266 143 41
Binary 1 10011111 10100101 1100011 100 0 100011 10110110 1100011 100001

Color Harmonies of #019FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019FA5

Black with #019FA5

Text Example


Text Example

White with #019FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,159,165); }

 H1.HeaderClassName
 {
   color: #019FA5;
 }
 .AnyTagClassName
 {
   color: #019FA5;
 }
</style>

background-color css

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

 a { background-color: rgb(1,159,165); }

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

border-color css

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

 span { border-color: rgb(1,159,165); }

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