#01665B

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

Shades of Mosque #01665B

Tints of Mosque #01665B

Color information

#01665B (or 0x01665B) is unknown color: approx Mosque. HEX triplet: 01, 66 and 5B. RGB value is (1,102,91). Sum of RGB (Red+Green+Blue) = 1+102+91=194 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 194); Green value is 102 (40.23% from 255 or 52.58% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 102 - color contains mainly: green. Hex color #01665B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665B is #FE99A4. Grayscale: #464646. Windows color (decimal): -16685477 or 5989889. OLE color: 5989889.

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

Color convert

RGB110291-
CMYK0.9900.110.6
HSL173.47º98.06%20.2%-
HSV(B)173.47º99.02%40%-
XYZ6.6510.2611.53-
YUV70.55139.5478.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.52%
GREEN value IS 102 (40.23% from 255) = 52.58%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=0.52%
G=52.58%
B=46.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102910.9900.110.6173.4798.0620.2
Hex1665B630B3Cad6214
Octal11461331430137425514224
Binary11100110101101111000110101111110010101101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01665B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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