Html Css Color HEX #015D4D Mosque

📋 copy color: '#015D4D'

red 1 ◦ green 93 ◦ blue 77

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

Shades of Mosque #015D4D

Tints of Mosque #015D4D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 54.39%

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 0.58%
G = 54.39%
B = 45.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#015D4D (or 0x015D4D) is known color: Mosque. HEX triplet: 01, 5D and 4D. RGB value is (1,93,77). Sum of RGB (Red+Green+Blue) = 1+93+77=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 93 (36.72% from 255 or 54.39% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 93 - color contains mainly: green. Hex color #015D4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D4D is #FEA2B2. Grayscale: #3F3F3F. Windows color (decimal): -16687795 or 5070081. OLE color: 5070081.

HSL color Cylindrical-coordinate representation of color #015D4D: hue angle of 169.57º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D4D is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 1 93 77 -
CMYK 0.99 0 0.17 0.64
HSL 169.57º 0.98% 0.18% -
HSV(B) 169.57º 0.99% 0.36% -
XYZ 5.27 8.37 8.36 -
YUV 63.67 135.52 83.3 -
System Red Green Blue C M Y K H S L
Decimal 1 93 77 0.99 0 0.17 0.64 169.57 0.98 0.18
Hex 1 5D 4D 63 0 11 40 AA 62 12
Octal 1 135 115 143 0 21 100 252 142 22
Binary 1 1011101 1001101 1100011 0 10001 1000000 10101010 1100010 10010

Color Harmonies of #015D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D4D

Black with #015D4D

Text Example


Text Example

White with #015D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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