Html Css Color HEX #015E5D Mosque

📋 copy color: '#015E5D'

red 1 ◦ green 94 ◦ blue 93

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

Shades of Mosque #015E5D

Tints of Mosque #015E5D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50%

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 0.53%
G = 50%
B = 49.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.63

RGB Variations

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

Color information

#015E5D (or 0x015E5D) is known color: Mosque. HEX triplet: 01, 5E and 5D. RGB value is (1,94,93). Sum of RGB (Red+Green+Blue) = 1+94+93=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 94 (37.11% from 255 or 50% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 94 - color contains mainly: green. Hex color #015E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E5D is #FEA1A2. Grayscale: #414141. Windows color (decimal): -16687523 or 6118913. OLE color: 6118913.

HSL color Cylindrical-coordinate representation of color #015E5D: hue angle of 179.35º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E5D is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 93 -
CMYK 0.99 0 0.01 0.63
HSL 179.35º 0.98% 0.19% -
HSV(B) 179.35º 0.99% 0.37% -
XYZ 5.99 8.8 11.74 -
YUV 66.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 1 94 93 0.99 0 0.01 0.63 179.35 0.98 0.19
Hex 1 5E 5D 63 0 1 3F B3 62 13
Octal 1 136 135 143 0 1 77 263 142 23
Binary 1 1011110 1011101 1100011 0 1 111111 10110011 1100010 10011

Color Harmonies of #015E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E5D

Black with #015E5D

Text Example


Text Example

White with #015E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015E5D; }

 p { color: rgb(1,94,93); }

 H1.HeaderClassName
 {
   color: #015E5D;
 }
 .AnyTagClassName
 {
   color: #015E5D;
 }
</style>

background-color css

<style>
 a { background-color: #015E5D; }

 a { background-color: rgb(1,94,93); }

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

border-color css

<style>
 span { border-color: #015E5D; }

 span { border-color: rgb(1,94,93); }

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