Html Css Color HEX #01695C Mosque

📋 copy color: '#01695C'

red 1 ◦ green 105 ◦ blue 92

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

Shades of Mosque #01695C

Tints of Mosque #01695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 46.46%

R = 0.51%
G = 53.03%
B = 46.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#01695C (or 0x01695C) is known color: Mosque. HEX triplet: 01, 69 and 5C. RGB value is (1,105,92). Sum of RGB (Red+Green+Blue) = 1+105+92=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #01695C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01695C is #FE96A3. Grayscale: #484848. Windows color (decimal): -16684708 or 6056193. OLE color: 6056193.

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

Color convert

RGB 1 105 92 -
CMYK 0.99 0 0.12 0.59
HSL 172.5º 0.98% 0.21% -
HSV(B) 172.5º 0.99% 0.41% -
XYZ 7 10.88 11.86 -
YUV 72.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 1 105 92 0.99 0 0.12 0.59 172.5 0.98 0.21
Hex 1 69 5C 63 0 C 3B AC 62 15
Octal 1 151 134 143 0 14 73 254 142 25
Binary 1 1101001 1011100 1100011 0 1100 111011 10101100 1100010 10101

Color Harmonies of #01695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01695C

Black with #01695C

Text Example


Text Example

White with #01695C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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