#016264

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

Shades of Mosque #016264

Tints of Mosque #016264

Color information

#016264 (or 0x016264) is unknown color: approx Mosque. HEX triplet: 01, 62 and 64. RGB value is (1,98,100). Sum of RGB (Red+Green+Blue) = 1+98+100=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #016264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016264 is #FE9D9B. Grayscale: #454545. Windows color (decimal): -16686492 or 6578689. OLE color: 6578689.

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

Color convert

RGB198100-
CMYK0.990.0200.61
HSL181.21º98.02%19.8%-
HSV(B)181.21º99%39.22%-
XYZ6.689.6613.57-
YUV69.22145.3679.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.50%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=0.50%
G=49.25%
B=50.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1981000.990.0200.61181.2198.0219.8
Hex1626463203Db56214
Octal1142144143207526514224
Binary111000101100100110001110011110110110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016264; }

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

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

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

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

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

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

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

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