#016964

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

Shades of Mosque #016964

Tints of Mosque #016964

Color information

#016964 (or 0x016964) is unknown color: approx Mosque. HEX triplet: 01, 69 and 64. RGB value is (1,105,100). Sum of RGB (Red+Green+Blue) = 1+105+100=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 100 (39.45% from 255 or 48.54% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #016964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016964 is #FE969B. Grayscale: #494949. Windows color (decimal): -16684700 or 6580481. OLE color: 6580481.

HSL color Cylindrical-coordinate representation of color #016964: hue angle of 177.12º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016964 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1105100-
CMYK0.9900.050.59
HSL177.12º98.11%20.78%-
HSV(B)177.12º99.05%41.18%-
XYZ7.3611.0313.8-
YUV73.33143.0476.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.49%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 100 (39.45% from 255) = 48.54%
R=0.49%
G=50.97%
B=48.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal11051000.9900.050.59177.1298.1120.78
Hex1696463053Bb16215
Octal1151144143057326114225
Binary1110100111001001100011010111101110110001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016964; }

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

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

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

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

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

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

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

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