#026363

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

Shades of Mosque #026363

Tints of Mosque #026363

Color information

#026363 (or 0x026363) is unknown color: approx Mosque. HEX triplet: 02, 63 and 63. RGB value is (2,99,99). Sum of RGB (Red+Green+Blue) = 2+99+99=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #026363 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026363 is #FD9C9C. Grayscale: #454545. Windows color (decimal): -16620701 or 6513410. OLE color: 6513410.

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

Color convert

RGB29999-
CMYK0.98000.61
HSL180º96.04%19.8%-
HSV(B)180º97.98%38.82%-
XYZ6.749.8413.35-
YUV70144.3679.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=1%
G=49.5%
B=49.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal299990.98000.6118096.0419.8
Hex2636362003Db46014
Octal2143143142007526414024
Binary101100011110001111000100011110110110100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026363; }

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

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

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

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

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

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

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

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