#015C60

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

Shades of Mosque #015C60

Tints of Mosque #015C60

Color information

#015C60 (or 0x015C60) is unknown color: approx Mosque. HEX triplet: 01, 5C and 60. RGB value is (1,92,96). Sum of RGB (Red+Green+Blue) = 1+92+96=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #015C60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C60 is #FEA39F. Grayscale: #414141. Windows color (decimal): -16688032 or 6315009. OLE color: 6315009.

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

Color convert

RGB19296-
CMYK0.990.0400.62
HSL182.53º97.94%19.02%-
HSV(B)182.53º98.96%37.65%-
XYZ5.958.5112.39-
YUV65.25145.3582.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 92 (36.33% from 255) = 48.68%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=0.53%
G=48.68%
B=50.79%

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
Decimal192960.990.0400.62182.5397.9419.02
Hex15C6063403Eb76213
Octal1134140143407626714223
Binary1101110011000001100011100011111010110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,92,96); }

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

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

 a { background-color: rgb(1,92,96); }

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

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

 span { border-color: rgb(1,92,96); }

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