Html Css Color HEX #015A50 Mosque

📋 copy color: '#015A50'

red 1 ◦ green 90 ◦ blue 80

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

Shades of Mosque #015A50

Tints of Mosque #015A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 52.63%

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 0.58%
G = 52.63%
B = 46.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#015A50 (or 0x015A50) is known color: Mosque. HEX triplet: 01, 5A and 50. RGB value is (1,90,80). Sum of RGB (Red+Green+Blue) = 1+90+80=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #015A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A50 is #FEA5AF. Grayscale: #3E3E3E. Windows color (decimal): -16688560 or 5265921. OLE color: 5265921.

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

Color convert

RGB 1 90 80 -
CMYK 0.99 0 0.11 0.65
HSL 173.26º 0.98% 0.18% -
HSV(B) 173.26º 0.99% 0.35% -
XYZ 5.12 7.9 8.84 -
YUV 62.25 138.01 84.31 -
System Red Green Blue C M Y K H S L
Decimal 1 90 80 0.99 0 0.11 0.65 173.26 0.98 0.18
Hex 1 5A 50 63 0 B 41 AD 62 12
Octal 1 132 120 143 0 13 101 255 142 22
Binary 1 1011010 1010000 1100011 0 1011 1000001 10101101 1100010 10010

Color Harmonies of #015A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A50

Black with #015A50

Text Example


Text Example

White with #015A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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