Html Css Color HEX #01695D Mosque

📋 copy color: '#01695D'

red 1 ◦ green 105 ◦ blue 93

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

Shades of Mosque #01695D

Tints of Mosque #01695D

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

 GREEN value IS 105 (41.41% from 255) = 52.76%

 BLUE value IS 93 (36.72% from 255) = 46.73%

R = 0.5%
G = 52.76%
B = 46.73%

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

#01695D (or 0x01695D) is known color: Mosque. HEX triplet: 01, 69 and 5D. RGB value is (1,105,93). Sum of RGB (Red+Green+Blue) = 1+105+93=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #01695D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01695D is #FE96A2. Grayscale: #484848. Windows color (decimal): -16684707 or 6121729. OLE color: 6121729.

HSL color Cylindrical-coordinate representation of color #01695D: hue angle of 173.08º 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 #01695D is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 93 -
CMYK 0.99 0 0.11 0.59
HSL 173.08º 0.98% 0.21% -
HSV(B) 173.08º 0.99% 0.41% -
XYZ 7.04 10.9 12.09 -
YUV 72.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 1 105 93 0.99 0 0.11 0.59 173.08 0.98 0.21
Hex 1 69 5D 63 0 B 3B AD 62 15
Octal 1 151 135 143 0 13 73 255 142 25
Binary 1 1101001 1011101 1100011 0 1011 111011 10101101 1100010 10101

Color Harmonies of #01695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01695D

Black with #01695D

Text Example


Text Example

White with #01695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01695D;
 }
 .AnyTagClassName
 {
   color: #01695D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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