Html Css Color HEX #01595F Mosque

📋 copy color: '#01595F'

red 1 ◦ green 89 ◦ blue 95

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

Shades of Mosque #01595F

Tints of Mosque #01595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 51.35%

R = 0.54%
G = 48.11%
B = 51.35%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#01595F (or 0x01595F) is known color: Mosque. HEX triplet: 01, 59 and 5F. RGB value is (1,89,95). Sum of RGB (Red+Green+Blue) = 1+89+95=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #01595F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01595F is #FEA6A0. Grayscale: #3F3F3F. Windows color (decimal): -16688801 or 6248705. OLE color: 6248705.

HSL color Cylindrical-coordinate representation of color #01595F: hue angle of 183.83º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01595F is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 89 95 -
CMYK 0.99 0.06 0 0.63
HSL 183.83º 0.98% 0.19% -
HSV(B) 183.83º 0.99% 0.37% -
XYZ 5.65 7.98 12.07 -
YUV 63.37 145.85 83.51 -
System Red Green Blue C M Y K H S L
Decimal 1 89 95 0.99 0.06 0 0.63 183.83 0.98 0.19
Hex 1 59 5F 63 6 0 3F B8 62 13
Octal 1 131 137 143 6 0 77 270 142 23
Binary 1 1011001 1011111 1100011 110 0 111111 10111000 1100010 10011

Color Harmonies of #01595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01595F

Black with #01595F

Text Example


Text Example

White with #01595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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