#016664

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

Shades of Mosque #016664

Tints of Mosque #016664

Color information

#016664 (or 0x016664) is unknown color: approx Mosque. HEX triplet: 01, 66 and 64. RGB value is (1,102,100). Sum of RGB (Red+Green+Blue) = 1+102+100=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 102 (40.23% from 255 or 50.25% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 102 - color contains mainly: green. Hex color #016664 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016664 is #FE999B. Grayscale: #474747. Windows color (decimal): -16685468 or 6579713. OLE color: 6579713.

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

Color convert

RGB1102100-
CMYK0.9900.020.6
HSL178.81º98.06%20.2%-
HSV(B)178.81º99.02%40%-
XYZ7.0610.4313.7-
YUV71.57144.0477.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 102 (40.23% from 255) = 50.25%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=0.49%
G=50.25%
B=49.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal11021000.9900.020.6178.8198.0620.2
Hex1666463023Cb36214
Octal1146144143027426314224
Binary111001101100100110001101011110010110011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016664; }

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

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

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

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

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

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

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

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