Html Css Color HEX #019DA3 Persian Green

📋 copy color: '#019DA3'

red 1 ◦ green 157 ◦ blue 163

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

Shades of Persian Green #019DA3

Tints of Persian Green #019DA3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.91%

 BLUE value IS 163 (64.06% from 255) = 50.78%

R = 0.31%
G = 48.91%
B = 50.78%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#019DA3 (or 0x019DA3) is known color: Persian Green. HEX triplet: 01, 9D and A3. RGB value is (1,157,163). Sum of RGB (Red+Green+Blue) = 1+157+163=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 163 (64.06% from 255 or 50.78% from 321); Max value from RGB is 163 - color contains mainly: blue. Hex color #019DA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DA3 is #FE625C. Grayscale: #6E6E6E. Windows color (decimal): -16671325 or 10722561. OLE color: 10722561.

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

Color convert

RGB 1 157 163 -
CMYK 0.99 0.04 0 0.36
HSL 182.22º 0.99% 0.32% -
HSV(B) 182.22º 0.99% 0.64% -
XYZ 18.68 26.76 38.83 -
YUV 111.04 157.32 49.51 -
System Red Green Blue C M Y K H S L
Decimal 1 157 163 0.99 0.04 0 0.36 182.22 0.99 0.32
Hex 1 9D A3 63 4 0 24 B6 63 20
Octal 1 235 243 143 4 0 44 266 143 40
Binary 1 10011101 10100011 1100011 100 0 100100 10110110 1100011 100000

Color Harmonies of #019DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019DA3

Black with #019DA3

Text Example


Text Example

White with #019DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,157,163); }

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

background-color css

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

 a { background-color: rgb(1,157,163); }

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

border-color css

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

 span { border-color: rgb(1,157,163); }

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