#015A5C

Color #015A5C Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #015A5C

Tints of Mosque #015A5C

Color information

#015A5C (or 0x015A5C) is unknown color: approx Mosque. HEX triplet: 01, 5A and 5C. RGB value is (1,90,92). Sum of RGB (Red+Green+Blue) = 1+90+92=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 90 (35.55% from 255 or 49.18% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #015A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A5C is #FEA5A3. Grayscale: #3F3F3F. Windows color (decimal): -16688548 or 6052353. OLE color: 6052353.

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

Color convert

RGB19092-
CMYK0.990.0200.64
HSL181.32º97.85%18.24%-
HSV(B)181.32º98.91%36.08%-
XYZ5.68.0911.39-
YUV63.62144.0183.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 90 (35.55% from 255) = 49.18%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=0.55%
G=49.18%
B=50.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal190920.990.0200.64181.3297.8518.24
Hex15A5C632040b56212
Octal11321341432010026514222
Binary1101101010111001100011100100000010110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #015A5C;
 }
 .AnyTagClassName
 {
   color: #015A5C;
 }
</style>
background-color css

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

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

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

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

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

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