#01645E

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

Shades of Mosque #01645E

Tints of Mosque #01645E

Color information

#01645E (or 0x01645E) is unknown color: approx Mosque. HEX triplet: 01, 64 and 5E. RGB value is (1,100,94). Sum of RGB (Red+Green+Blue) = 1+100+94=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 100 (39.45% from 255 or 51.28% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 100 - color contains mainly: green. Hex color #01645E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01645E is #FE9BA1. Grayscale: #454545. Windows color (decimal): -16685986 or 6185985. OLE color: 6185985.

HSL color Cylindrical-coordinate representation of color #01645E: hue angle of 176.36º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01645E is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB110094-
CMYK0.9900.060.61
HSL176.36º98.02%19.8%-
HSV(B)176.36º99%39.22%-
XYZ6.599.9312.16-
YUV69.72141.778.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 100 (39.45% from 255) = 51.28%
BLUE value IS 94 (37.11% from 255) = 48.21%
R=0.51%
G=51.28%
B=48.21%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1100940.9900.060.61176.3698.0219.8
Hex1645E63063Db06214
Octal1144136143067526014224
Binary1110010010111101100011011011110110110000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01645E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01645E; }

 p { color: rgb(1,100,94); }

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

<style>
 a { background-color: #01645E; }

 a { background-color: rgb(1,100,94); }

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

<style>
 span { border-color: #01645E; }

 span { border-color: rgb(1,100,94); }

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