Html Css Color HEX #01595B Mosque

📋 copy color: '#01595B'

red 1 ◦ green 89 ◦ blue 91

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

Shades of Mosque #01595B

Tints of Mosque #01595B

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 value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 1 89 91 -
CMYK 0.99 0.02 0 0.64
HSL 181.33º 0.98% 0.18% -
HSV(B) 181.33º 0.99% 0.36% -
XYZ 5.47 7.91 11.14 -
YUV 62.92 143.85 83.84 -
System Red Green Blue C M Y K H S L
Decimal 1 89 91 0.99 0.02 0 0.64 181.33 0.98 0.18
Hex 1 59 5B 63 2 0 40 B5 62 12
Octal 1 131 133 143 2 0 100 265 142 22
Binary 1 1011001 1011011 1100011 10 0 1000000 10110101 1100010 10010

Color Harmonies of #01595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01595B

Black with #01595B

Text Example


Text Example

White with #01595B

Text Example


Text Example

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