Html Css Color HEX #015E5A Mosque

📋 copy color: '#015E5A'

red 1 ◦ green 94 ◦ blue 90

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

Shades of Mosque #015E5A

Tints of Mosque #015E5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 0.54%
G = 50.81%
B = 48.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.63

RGB Variations

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

Color information

#015E5A (or 0x015E5A) is known color: Mosque. HEX triplet: 01, 5E and 5A. RGB value is (1,94,90). Sum of RGB (Red+Green+Blue) = 1+94+90=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #015E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E5A is #FEA1A5. Grayscale: #414141. Windows color (decimal): -16687526 or 5922305. OLE color: 5922305.

HSL color Cylindrical-coordinate representation of color #015E5A: hue angle of 177.42º 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 #015E5A is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 94 90 -
CMYK 0.99 0 0.04 0.63
HSL 177.42º 0.98% 0.19% -
HSV(B) 177.42º 0.99% 0.37% -
XYZ 5.86 8.75 11.05 -
YUV 65.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 1 94 90 0.99 0 0.04 0.63 177.42 0.98 0.19
Hex 1 5E 5A 63 0 4 3F B1 62 13
Octal 1 136 132 143 0 4 77 261 142 23
Binary 1 1011110 1011010 1100011 0 100 111111 10110001 1100010 10011

Color Harmonies of #015E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E5A

Black with #015E5A

Text Example


Text Example

White with #015E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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