Html Css Color HEX #015D58 Mosque

📋 copy color: '#015D58'

red 1 ◦ green 93 ◦ blue 88

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

Shades of Mosque #015D58

Tints of Mosque #015D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 48.35%

R = 0.55%
G = 51.1%
B = 48.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#015D58 (or 0x015D58) is known color: Mosque. HEX triplet: 01, 5D and 58. RGB value is (1,93,88). Sum of RGB (Red+Green+Blue) = 1+93+88=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #015D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D58 is #FEA2A7. Grayscale: #404040. Windows color (decimal): -16687784 or 5790977. OLE color: 5790977.

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

Color convert

RGB 1 93 88 -
CMYK 0.99 0 0.05 0.64
HSL 176.74º 0.98% 0.18% -
HSV(B) 176.74º 0.99% 0.36% -
XYZ 5.69 8.54 10.58 -
YUV 64.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 1 93 88 0.99 0 0.05 0.64 176.74 0.98 0.18
Hex 1 5D 58 63 0 5 40 B1 62 12
Octal 1 135 130 143 0 5 100 261 142 22
Binary 1 1011101 1011000 1100011 0 101 1000000 10110001 1100010 10010

Color Harmonies of #015D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D58

Black with #015D58

Text Example


Text Example

White with #015D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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