#026263

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

Shades of Mosque #026263

Tints of Mosque #026263

Color information

#026263 (or 0x026263) is unknown color: approx Mosque. HEX triplet: 02, 62 and 63. RGB value is (2,98,99). Sum of RGB (Red+Green+Blue) = 2+98+99=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #026263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026263 is #FD9D9C. Grayscale: #454545. Windows color (decimal): -16620957 or 6513154. OLE color: 6513154.

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

Color convert

RGB29899-
CMYK0.980.0100.61
HSL180.62º96.04%19.8%-
HSV(B)180.62º97.98%38.82%-
XYZ6.649.6513.32-
YUV69.41144.779.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 98 (38.67% from 255) = 49.25%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=1.01%
G=49.25%
B=49.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal298990.980.0100.61180.6296.0419.8
Hex2626362103Db56014
Octal2142143142107526514024
Binary101100010110001111000101011110110110101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026263; }

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

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

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

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

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

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

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

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