#016256

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

Shades of Mosque #016256

Tints of Mosque #016256

Color information

#016256 (or 0x016256) is unknown color: approx Mosque. HEX triplet: 01, 62 and 56. RGB value is (1,98,86). Sum of RGB (Red+Green+Blue) = 1+98+86=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #016256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016256 is #FE9DA9. Grayscale: #434343. Windows color (decimal): -16686506 or 5661185. OLE color: 5661185.

HSL color Cylindrical-coordinate representation of color #016256: hue angle of 172.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016256 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB19886-
CMYK0.9900.120.62
HSL172.58º97.98%19.41%-
HSV(B)172.58º98.98%38.43%-
XYZ6.069.4110.3-
YUV67.63138.3680.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 86 (33.98% from 255) = 46.49%
R=0.54%
G=52.97%
B=46.49%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198860.9900.120.62172.5897.9819.41
Hex16256630C3Ead6213
Octal11421261430147625514223
Binary11100010101011011000110110011111010101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016256; }

 p { color: rgb(1,98,86); }

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

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

 a { background-color: rgb(1,98,86); }

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

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

 span { border-color: rgb(1,98,86); }

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