#016263

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

Shades of Mosque #016263

Tints of Mosque #016263

Color information

#016263 (or 0x016263) is unknown color: approx Mosque. HEX triplet: 01, 62 and 63. RGB value is (1,98,99). Sum of RGB (Red+Green+Blue) = 1+98+99=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #016263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016263 is #FE9D9C. Grayscale: #454545. Windows color (decimal): -16686493 or 6513153. OLE color: 6513153.

HSL color Cylindrical-coordinate representation of color #016263: hue angle of 180.61º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016263 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB19899-
CMYK0.990.0100.61
HSL180.61º98%19.61%-
HSV(B)180.61º98.99%38.82%-
XYZ6.639.6413.32-
YUV69.11144.8679.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.51%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 99 (39.06% from 255) = 50%
R=0.51%
G=49.49%
B=50%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal198990.990.0100.61180.619819.61
Hex1626363103Db56214
Octal1142143143107526514224
Binary11100010110001111000111011110110110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016263; }

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

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

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

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

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

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

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

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