Html Css Color HEX #01575B Mosque

📋 copy color: '#01575B'

red 1 ◦ green 87 ◦ blue 91

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

Shades of Mosque #01575B

Tints of Mosque #01575B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 48.6%

 BLUE value IS 91 (35.94% from 255) = 50.84%

R = 0.56%
G = 48.6%
B = 50.84%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01575B (or 0x01575B) is known color: 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

RGB 1 87 91 -
CMYK 0.99 0.04 0 0.64
HSL 182.67º 0.98% 0.18% -
HSV(B) 182.67º 0.99% 0.36% -
XYZ 5.31 7.58 11.08 -
YUV 61.74 144.51 84.67 -
System Red Green Blue C M Y K H S L
Decimal 1 87 91 0.99 0.04 0 0.64 182.67 0.98 0.18
Hex 1 57 5B 63 4 0 40 B7 62 12
Octal 1 127 133 143 4 0 100 267 142 22
Binary 1 1010111 1011011 1100011 100 0 1000000 10110111 1100010 10010

Color Harmonies of #01575B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01575B

Black with #01575B

Text Example


Text Example

White with #01575B

Text Example


Text Example

HTML Codes & Css Web 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>