#01665D

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

Shades of Mosque #01665D

Tints of Mosque #01665D

Color information

#01665D (or 0x01665D) is unknown color: approx Mosque. HEX triplet: 01, 66 and 5D. RGB value is (1,102,93). Sum of RGB (Red+Green+Blue) = 1+102+93=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #01665D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665D is #FE99A2. Grayscale: #464646. Windows color (decimal): -16685475 or 6120961. OLE color: 6120961.

HSL color Cylindrical-coordinate representation of color #01665D: hue angle of 174.65º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01665D is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB110293-
CMYK0.9900.090.6
HSL174.65º98.06%20.2%-
HSV(B)174.65º99.02%40%-
XYZ6.7410.311.99-
YUV70.77140.5478.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 102 (40.23% from 255) = 52.04%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=0.51%
G=52.04%
B=47.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102930.9900.090.6174.6598.0620.2
Hex1665D63093Caf6214
Octal11461351430117425714224
Binary11100110101110111000110100111110010101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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