Html Css Color HEX #015F59 Mosque

📋 copy color: '#015F59'

red 1 ◦ green 95 ◦ blue 89

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

Shades of Mosque #015F59

Tints of Mosque #015F59

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#015F59 (or 0x015F59) is known color: Mosque. HEX triplet: 01, 5F and 59. RGB value is (1,95,89). Sum of RGB (Red+Green+Blue) = 1+95+89=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 95 (37.5% from 255 or 51.35% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 95 - color contains mainly: green. Hex color #015F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F59 is #FEA0A6. Grayscale: #424242. Windows color (decimal): -16687271 or 5857025. OLE color: 5857025.

HSL color Cylindrical-coordinate representation of color #015F59: hue angle of 176.17º 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 #015F59 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 95 89 -
CMYK 0.99 0 0.06 0.63
HSL 176.17º 0.98% 0.19% -
HSV(B) 176.17º 0.99% 0.37% -
XYZ 5.91 8.91 10.86 -
YUV 66.21 140.86 81.49 -
System Red Green Blue C M Y K H S L
Decimal 1 95 89 0.99 0 0.06 0.63 176.17 0.98 0.19
Hex 1 5F 59 63 0 6 3F B0 62 13
Octal 1 137 131 143 0 6 77 260 142 23
Binary 1 1011111 1011001 1100011 0 110 111111 10110000 1100010 10011

Color Harmonies of #015F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F59

Black with #015F59

Text Example


Text Example

White with #015F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015F59; }

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

 H1.HeaderClassName
 {
   color: #015F59;
 }
 .AnyTagClassName
 {
   color: #015F59;
 }
</style>

background-color css

<style>
 a { background-color: #015F59; }

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

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

border-color css

<style>
 span { border-color: #015F59; }

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

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