#026063

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

Shades of Mosque #026063

Tints of Mosque #026063

Color information

#026063 (or 0x026063) is unknown color: approx Mosque. HEX triplet: 02, 60 and 63. RGB value is (2,96,99). Sum of RGB (Red+Green+Blue) = 2+96+99=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #026063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026063 is #FD9F9C. Grayscale: #444444. Windows color (decimal): -16621469 or 6512642. OLE color: 6512642.

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

Color convert

RGB29699-
CMYK0.980.0300.61
HSL181.86º96.04%19.8%-
HSV(B)181.86º97.98%38.82%-
XYZ6.469.2813.26-
YUV68.24145.3680.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=1.02%
G=48.73%
B=50.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal296990.980.0300.61181.8696.0419.8
Hex2606362303Db66014
Octal2140143142307526614024
Binary1011000001100011110001011011110110110110110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026063; }

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

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

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

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

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

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

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

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