#026061

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

Shades of Mosque #026061

Tints of Mosque #026061

Color information

#026061 (or 0x026061) is unknown color: approx Mosque. HEX triplet: 02, 60 and 61. RGB value is (2,96,97). Sum of RGB (Red+Green+Blue) = 2+96+97=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #026061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026061 is #FD9F9E. Grayscale: #434343. Windows color (decimal): -16621471 or 6381570. OLE color: 6381570.

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

Color convert

RGB29697-
CMYK0.980.0100.62
HSL180.63º95.96%19.41%-
HSV(B)180.63º97.94%38.04%-
XYZ6.379.2412.76-
YUV68.01144.3680.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=1.03%
G=49.23%
B=49.74%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296970.980.0100.62180.6395.9619.41
Hex2606162103Eb56013
Octal2140141142107626514023
Binary101100000110000111000101011111010110101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026061; }

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

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

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

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

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

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

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

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