#026863

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

Shades of Mosque #026863

Tints of Mosque #026863

Color information

#026863 (or 0x026863) is unknown color: approx Mosque. HEX triplet: 02, 68 and 63. RGB value is (2,104,99). Sum of RGB (Red+Green+Blue) = 2+104+99=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #026863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026863 is #FD979C. Grayscale: #484848. Windows color (decimal): -16619421 or 6514690. OLE color: 6514690.

HSL color Cylindrical-coordinate representation of color #026863: hue angle of 177.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026863 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB210499-
CMYK0.9800.050.59
HSL177.06º96.23%20.78%-
HSV(B)177.06º98.08%40.78%-
XYZ7.2310.8113.51-
YUV72.93142.7177.41-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.98%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=0.98%
G=50.73%
B=48.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104990.9800.050.59177.0696.2320.78
Hex2686362053Bb16015
Octal2150143142057326114025
Binary10110100011000111100010010111101110110001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026863; }

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

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

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

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

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

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

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

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