Html Css Color HEX #01594E Mosque

📋 copy color: '#01594E'

red 1 ◦ green 89 ◦ blue 78

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

Shades of Mosque #01594E

Tints of Mosque #01594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 0.6%
G = 52.98%
B = 46.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#01594E (or 0x01594E) is known color: Mosque. HEX triplet: 01, 59 and 4E. RGB value is (1,89,78). Sum of RGB (Red+Green+Blue) = 1+89+78=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #01594E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01594E is #FEA6B1. Grayscale: #3D3D3D. Windows color (decimal): -16688818 or 5134593. OLE color: 5134593.

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

Color convert

RGB 1 89 78 -
CMYK 0.99 0 0.12 0.65
HSL 172.5º 0.98% 0.18% -
HSV(B) 172.5º 0.99% 0.35% -
XYZ 4.96 7.7 8.43 -
YUV 61.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 1 89 78 0.99 0 0.12 0.65 172.5 0.98 0.18
Hex 1 59 4E 63 0 C 41 AC 62 12
Octal 1 131 116 143 0 14 101 254 142 22
Binary 1 1011001 1001110 1100011 0 1100 1000001 10101100 1100010 10010

Color Harmonies of #01594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01594E

Black with #01594E

Text Example


Text Example

White with #01594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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