Html Css Color HEX #015A4F Mosque

📋 copy color: '#015A4F'

red 1 ◦ green 90 ◦ blue 79

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

Shades of Mosque #015A4F

Tints of Mosque #015A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 46.47%

R = 0.59%
G = 52.94%
B = 46.47%

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

#015A4F (or 0x015A4F) is known color: Mosque. HEX triplet: 01, 5A and 4F. RGB value is (1,90,79). Sum of RGB (Red+Green+Blue) = 1+90+79=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 90 (35.55% from 255 or 52.94% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A4F is #FEA5B0. Grayscale: #3E3E3E. Windows color (decimal): -16688561 or 5200385. OLE color: 5200385.

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

Color convert

RGB 1 90 79 -
CMYK 0.99 0 0.12 0.65
HSL 172.58º 0.98% 0.18% -
HSV(B) 172.58º 0.99% 0.35% -
XYZ 5.08 7.88 8.65 -
YUV 62.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 1 90 79 0.99 0 0.12 0.65 172.58 0.98 0.18
Hex 1 5A 4F 63 0 C 41 AD 62 12
Octal 1 132 117 143 0 14 101 255 142 22
Binary 1 1011010 1001111 1100011 0 1100 1000001 10101101 1100010 10010

Color Harmonies of #015A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A4F

Black with #015A4F

Text Example


Text Example

White with #015A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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