Html Css Color HEX #01593C Jewel

📋 copy color: '#01593C'

red 1 ◦ green 89 ◦ blue 60

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

Shades of Jewel #01593C

Tints of Jewel #01593C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 40%

R = 0.67%
G = 59.33%
B = 40%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#01593C (or 0x01593C) is known color: Jewel. HEX triplet: 01, 59 and 3C. RGB value is (1,89,60). Sum of RGB (Red+Green+Blue) = 1+89+60=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 89 (35.16% from 255 or 59.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 89 - color contains mainly: green. Hex color #01593C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01593C is #FEA6C3. Grayscale: #3B3B3B. Windows color (decimal): -16688836 or 3954945. OLE color: 3954945.

HSL color Cylindrical-coordinate representation of color #01593C: hue angle of 160.23º 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 #01593C is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 89 60 -
CMYK 0.99 0 0.33 0.65
HSL 160.23º 0.98% 0.18% -
HSV(B) 160.23º 0.99% 0.35% -
XYZ 4.4 7.48 5.49 -
YUV 59.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 1 89 60 0.99 0 0.33 0.65 160.23 0.98 0.18
Hex 1 59 3C 63 0 21 41 A0 62 12
Octal 1 131 74 143 0 41 101 240 142 22
Binary 1 1011001 111100 1100011 0 100001 1000001 10100000 1100010 10010

Color Harmonies of #01593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01593C

Black with #01593C

Text Example


Text Example

White with #01593C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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