Html Css Color HEX #01593E Jewel

📋 copy color: '#01593E'

red 1 ◦ green 89 ◦ blue 62

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

Shades of Jewel #01593E

Tints of Jewel #01593E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.55%

 BLUE value IS 62 (24.61% from 255) = 40.79%

R = 0.66%
G = 58.55%
B = 40.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#01593E (or 0x01593E) is known color: Jewel. HEX triplet: 01, 59 and 3E. RGB value is (1,89,62). Sum of RGB (Red+Green+Blue) = 1+89+62=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 89 (35.16% from 255 or 58.55% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 89 - color contains mainly: green. Hex color #01593E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01593E is #FEA6C1. Grayscale: #3B3B3B. Windows color (decimal): -16688834 or 4086017. OLE color: 4086017.

HSL color Cylindrical-coordinate representation of color #01593E: hue angle of 161.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01593E is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 89 62 -
CMYK 0.99 0 0.30 0.65
HSL 161.59º 0.98% 0.18% -
HSV(B) 161.59º 0.99% 0.35% -
XYZ 4.45 7.5 5.77 -
YUV 59.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 1 89 62 0.99 0 0.30 0.65 161.59 0.98 0.18
Hex 1 59 3E 63 0 1E 41 A2 62 12
Octal 1 131 76 143 0 36 101 242 142 22
Binary 1 1011001 111110 1100011 0 11110 1000001 10100010 1100010 10010

Color Harmonies of #01593E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01593E

Black with #01593E

Text Example


Text Example

White with #01593E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01593E; }

 p { color: rgb(1,89,62); }

 H1.HeaderClassName
 {
   color: #01593E;
 }
 .AnyTagClassName
 {
   color: #01593E;
 }
</style>

background-color css

<style>
 a { background-color: #01593E; }

 a { background-color: rgb(1,89,62); }

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

border-color css

<style>
 span { border-color: #01593E; }

 span { border-color: rgb(1,89,62); }

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