#02595E

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

Shades of Mosque #02595E

Tints of Mosque #02595E

Color information

#02595E (or 0x02595E) is unknown color: approx Mosque. HEX triplet: 02, 59 and 5E. RGB value is (2,89,94). Sum of RGB (Red+Green+Blue) = 2+89+94=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #02595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02595E is #FDA6A1. Grayscale: #3F3F3F. Windows color (decimal): -16623266 or 6183170. OLE color: 6183170.

HSL color Cylindrical-coordinate representation of color #02595E: hue angle of 183.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02595E is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB28994-
CMYK0.980.0500.63
HSL183.26º95.83%18.82%-
HSV(B)183.26º97.87%36.86%-
XYZ5.627.9711.83-
YUV63.56145.1884.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 89 (35.16% from 255) = 48.11%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=1.08%
G=48.11%
B=50.81%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal289940.980.0500.63183.2695.8318.82
Hex2595E62503Fb76013
Octal2131136142507726714023
Binary10101100110111101100010101011111110110111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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