#01685D

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

Shades of Mosque #01685D

Tints of Mosque #01685D

Color information

#01685D (or 0x01685D) is unknown color: approx Mosque. HEX triplet: 01, 68 and 5D. RGB value is (1,104,93). Sum of RGB (Red+Green+Blue) = 1+104+93=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 104 (41.02% from 255 or 52.53% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 104 - color contains mainly: green. Hex color #01685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01685D is #FE97A2. Grayscale: #474747. Windows color (decimal): -16684963 or 6121473. OLE color: 6121473.

HSL color Cylindrical-coordinate representation of color #01685D: hue angle of 173.59º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01685D is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB110493-
CMYK0.9900.110.59
HSL173.59º98.1%20.59%-
HSV(B)173.59º99.04%40.78%-
XYZ6.9410.712.06-
YUV71.95139.8877.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 104 (41.02% from 255) = 52.53%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=0.51%
G=52.53%
B=46.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1104930.9900.110.59173.5998.120.59
Hex1685D630B3Bae6215
Octal11501351430137325614225
Binary11101000101110111000110101111101110101110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01685D; }

 p { color: rgb(1,104,93); }

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

<style>
 a { background-color: #01685D; }

 a { background-color: rgb(1,104,93); }

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

<style>
 span { border-color: #01685D; }

 span { border-color: rgb(1,104,93); }

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