Html Css Color HEX #01595A Mosque

📋 copy color: '#01595A'

red 1 ◦ green 89 ◦ blue 90

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

Shades of Mosque #01595A

Tints of Mosque #01595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 49.44%

 BLUE value IS 90 (35.55% from 255) = 50%

R = 0.56%
G = 49.44%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#01595A (or 0x01595A) is known color: Mosque. HEX triplet: 01, 59 and 5A. RGB value is (1,89,90). Sum of RGB (Red+Green+Blue) = 1+89+90=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #01595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595A is #FEA6A5. Grayscale: #3E3E3E. Windows color (decimal): -16688806 or 5921025. OLE color: 5921025.

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

Color convert

RGB 1 89 90 -
CMYK 0.99 0.01 0 0.65
HSL 180.67º 0.98% 0.18% -
HSV(B) 180.67º 0.99% 0.35% -
XYZ 5.43 7.89 10.91 -
YUV 62.8 143.35 83.92 -
System Red Green Blue C M Y K H S L
Decimal 1 89 90 0.99 0.01 0 0.65 180.67 0.98 0.18
Hex 1 59 5A 63 1 0 41 B5 62 12
Octal 1 131 132 143 1 0 101 265 142 22
Binary 1 1011001 1011010 1100011 1 0 1000001 10110101 1100010 10010

Color Harmonies of #01595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01595A

Black with #01595A

Text Example


Text Example

White with #01595A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01595A;
 }
 .AnyTagClassName
 {
   color: #01595A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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