Html Css Color HEX #01594D Mosque

📋 copy color: '#01594D'

red 1 ◦ green 89 ◦ blue 77

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

Shades of Mosque #01594D

Tints of Mosque #01594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 46.11%

R = 0.6%
G = 53.29%
B = 46.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#01594D (or 0x01594D) is known color: Mosque. HEX triplet: 01, 59 and 4D. RGB value is (1,89,77). Sum of RGB (Red+Green+Blue) = 1+89+77=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #01594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01594D is #FEA6B2. Grayscale: #3D3D3D. Windows color (decimal): -16688819 or 5069057. OLE color: 5069057.

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

Color convert

RGB 1 89 77 -
CMYK 0.99 0 0.13 0.65
HSL 171.82º 0.98% 0.18% -
HSV(B) 171.82º 0.99% 0.35% -
XYZ 4.92 7.69 8.25 -
YUV 61.32 136.85 84.98 -
System Red Green Blue C M Y K H S L
Decimal 1 89 77 0.99 0 0.13 0.65 171.82 0.98 0.18
Hex 1 59 4D 63 0 D 41 AC 62 12
Octal 1 131 115 143 0 15 101 254 142 22
Binary 1 1011001 1001101 1100011 0 1101 1000001 10101100 1100010 10010

Color Harmonies of #01594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01594D

Black with #01594D

Text Example


Text Example

White with #01594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01594D; }

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

 H1.HeaderClassName
 {
   color: #01594D;
 }
 .AnyTagClassName
 {
   color: #01594D;
 }
</style>

background-color css

<style>
 a { background-color: #01594D; }

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

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

border-color css

<style>
 span { border-color: #01594D; }

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

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