#01575B

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

Shades of Mosque #01575B

Tints of Mosque #01575B

Color information

#01575B (or 0x01575B) is unknown color: approx Mosque. HEX triplet: 01, 57 and 5B. RGB value is (1,87,91). Sum of RGB (Red+Green+Blue) = 1+87+91=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 87 (34.38% from 255 or 48.60% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #01575B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01575B is #FEA8A4. Grayscale: #3D3D3D. Windows color (decimal): -16689317 or 5986049. OLE color: 5986049.

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

Color convert

RGB18791-
CMYK0.990.0400.64
HSL182.67º97.83%18.04%-
HSV(B)182.67º98.9%35.69%-
XYZ5.317.5811.08-
YUV61.74144.5184.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 87 (34.38% from 255) = 48.60%
BLUE value IS 91 (35.94% from 255) = 50.84%
R=0.56%
G=48.60%
B=50.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal187910.990.0400.64182.6797.8318.04
Hex1575B634040b76212
Octal11271331434010026714222
Binary11010111101101111000111000100000010110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01575B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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