#01665E

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

Shades of Mosque #01665E

Tints of Mosque #01665E

Color information

#01665E (or 0x01665E) is unknown color: approx Mosque. HEX triplet: 01, 66 and 5E. RGB value is (1,102,94). Sum of RGB (Red+Green+Blue) = 1+102+94=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #01665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01665E is #FE99A1. Grayscale: #464646. Windows color (decimal): -16685474 or 6186497. OLE color: 6186497.

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

Color convert

RGB110294-
CMYK0.9900.080.6
HSL175.25º98.06%20.2%-
HSV(B)175.25º99.02%40%-
XYZ6.7810.3212.22-
YUV70.89141.0478.15-

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) = 51.78%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=0.51%
G=51.78%
B=47.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1102940.9900.080.6175.2598.0620.2
Hex1665E63083Caf6214
Octal11461361430107425714224
Binary11100110101111011000110100011110010101111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01665E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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