Html Css Color HEX #01685D Mosque

📋 copy color: '#01685D'

red 1 ◦ green 104 ◦ blue 93

#01685D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #01685D

Tints of Mosque #01685D

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 value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#01685D (or 0x01685D) is known color: 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

RGB 1 104 93 -
CMYK 0.99 0 0.11 0.59
HSL 173.59º 0.98% 0.21% -
HSV(B) 173.59º 0.99% 0.41% -
XYZ 6.94 10.7 12.06 -
YUV 71.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 1 104 93 0.99 0 0.11 0.59 173.59 0.98 0.21
Hex 1 68 5D 63 0 B 3B AE 62 15
Octal 1 150 135 143 0 13 73 256 142 25
Binary 1 1101000 1011101 1100011 0 1011 111011 10101110 1100010 10101

Color Harmonies of #01685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01685D

Black with #01685D

Text Example


Text Example

White with #01685D

Text Example


Text Example

HTML Codes & Css Web 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>