#01595B

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

Shades of Mosque #01595B

Tints of Mosque #01595B

Color information

#01595B (or 0x01595B) is unknown color: approx Mosque. HEX triplet: 01, 59 and 5B. RGB value is (1,89,91). Sum of RGB (Red+Green+Blue) = 1+89+91=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #01595B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595B is #FEA6A4. Grayscale: #3E3E3E. Windows color (decimal): -16688805 or 5986561. OLE color: 5986561.

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

Color convert

RGB18991-
CMYK0.990.0200.64
HSL181.33º97.83%18.04%-
HSV(B)181.33º98.9%35.69%-
XYZ5.477.9111.14-
YUV62.92143.8583.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 91 (35.94% from 255) = 50.28%
R=0.55%
G=49.17%
B=50.28%

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
Decimal189910.990.0200.64181.3397.8318.04
Hex1595B632040b56212
Octal11311331432010026514222
Binary1101100110110111100011100100000010110101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01595B; }

 p { color: rgb(1,89,91); }

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

<style>
 a { background-color: #01595B; }

 a { background-color: rgb(1,89,91); }

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

<style>
 span { border-color: #01595B; }

 span { border-color: rgb(1,89,91); }

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