#015E61

Color #015E61 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #015E61

Tints of Mosque #015E61

Color information

#015E61 (or 0x015E61) is unknown color: approx Mosque. HEX triplet: 01, 5E and 61. RGB value is (1,94,97). Sum of RGB (Red+Green+Blue) = 1+94+97=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 94 (37.11% from 255 or 48.96% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #015E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E61 is #FEA19E. Grayscale: #424242. Windows color (decimal): -16687519 or 6381057. OLE color: 6381057.

HSL color Cylindrical-coordinate representation of color #015E61: hue angle of 181.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E61 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19497-
CMYK0.990.0300.62
HSL181.88º97.96%19.22%-
HSV(B)181.88º98.97%38.04%-
XYZ6.178.8712.7-
YUV66.54145.1981.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 94 (37.11% from 255) = 48.96%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=0.52%
G=48.96%
B=50.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal194970.990.0300.62181.8897.9619.22
Hex15E6163303Eb66213
Octal1136141143307626614223
Binary110111101100001110001111011111010110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,94,97); }

 H1.HeaderClassName
 {
   color: #015E61;
 }
 .AnyTagClassName
 {
   color: #015E61;
 }
</style>
background-color css

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

 a { background-color: rgb(1,94,97); }

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

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

 span { border-color: rgb(1,94,97); }

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