#015C61

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

Shades of Mosque #015C61

Tints of Mosque #015C61

Color information

#015C61 (or 0x015C61) is unknown color: approx Mosque. HEX triplet: 01, 5C and 61. RGB value is (1,92,97). Sum of RGB (Red+Green+Blue) = 1+92+97=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 92 (36.33% from 255 or 48.42% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #015C61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015C61 is #FEA39E. Grayscale: #414141. Windows color (decimal): -16688031 or 6380545. OLE color: 6380545.

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

Color convert

RGB19297-
CMYK0.990.0500.62
HSL183.12º97.96%19.22%-
HSV(B)183.12º98.97%38.04%-
XYZ68.5212.64-
YUV65.36145.8582.09-

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.42%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=0.53%
G=48.42%
B=51.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal192970.990.0500.62183.1297.9619.22
Hex15C6163503Eb76213
Octal1134141143507626714223
Binary1101110011000011100011101011111010110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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