#015E62

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

Shades of Mosque #015E62

Tints of Mosque #015E62

Color information

#015E62 (or 0x015E62) is unknown color: approx Mosque. HEX triplet: 01, 5E and 62. RGB value is (1,94,98). Sum of RGB (Red+Green+Blue) = 1+94+98=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 94 (37.11% from 255 or 48.70% from 193); Blue value is 98 (38.67% from 255 or 50.78% from 193); Max value from RGB is 98 - color contains mainly: blue. Hex color #015E62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E62 is #FEA19D. Grayscale: #424242. Windows color (decimal): -16687518 or 6446593. OLE color: 6446593.

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

Color convert

RGB19498-
CMYK0.990.0400.62
HSL182.47º97.98%19.41%-
HSV(B)182.47º98.98%38.43%-
XYZ6.228.8912.94-
YUV66.65145.6981.17-

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.70%
BLUE value IS 98 (38.67% from 255) = 50.78%
R=0.52%
G=48.70%
B=50.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal194980.990.0400.62182.4797.9819.41
Hex15E6263403Eb66213
Octal1136142143407626614223
Binary1101111011000101100011100011111010110110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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