#02605E

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

Shades of Mosque #02605E

Tints of Mosque #02605E

Color information

#02605E (or 0x02605E) is unknown color: approx Mosque. HEX triplet: 02, 60 and 5E. RGB value is (2,96,94). Sum of RGB (Red+Green+Blue) = 2+96+94=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #02605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02605E is #FD9FA1. Grayscale: #434343. Windows color (decimal): -16621474 or 6184962. OLE color: 6184962.

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

Color convert

RGB29694-
CMYK0.9800.020.62
HSL178.72º95.92%19.22%-
HSV(B)178.72º97.92%37.65%-
XYZ6.239.1912.03-
YUV67.67142.8681.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.04%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 94 (37.11% from 255) = 48.96%
R=1.04%
G=50%
B=48.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296940.9800.020.62178.7295.9219.22
Hex2605E62023Eb36013
Octal2140136142027626314023
Binary1011000001011110110001001011111010110011110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02605E; }

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

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

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

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

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

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

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

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