#015A4B

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

Shades of Mosque #015A4B

Tints of Mosque #015A4B

Color information

#015A4B (or 0x015A4B) is unknown color: approx Mosque. HEX triplet: 01, 5A and 4B. RGB value is (1,90,75). Sum of RGB (Red+Green+Blue) = 1+90+75=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 90 (35.55% from 255 or 54.22% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 90 - color contains mainly: green. Hex color #015A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A4B is #FEA5B4. Grayscale: #3D3D3D. Windows color (decimal): -16688565 or 4938241. OLE color: 4938241.

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

Color convert

RGB19075-
CMYK0.9900.170.65
HSL169.89º97.8%17.84%-
HSV(B)169.89º98.89%35.29%-
XYZ4.947.837.91-
YUV61.68135.5184.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 90 (35.55% from 255) = 54.22%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=0.60%
G=54.22%
B=45.18%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal190750.9900.170.65169.8997.817.84
Hex15A4B6301141aa6212
Octal113211314302110125214222
Binary1101101010010111100011010001100000110101010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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