#02595A

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

Shades of Mosque #02595A

Tints of Mosque #02595A

Color information

#02595A (or 0x02595A) is unknown color: approx Mosque. HEX triplet: 02, 59 and 5A. RGB value is (2,89,90). Sum of RGB (Red+Green+Blue) = 2+89+90=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 89 (35.16% from 255 or 49.17% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #02595A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02595A is #FDA6A5. Grayscale: #3F3F3F. Windows color (decimal): -16623270 or 5921026. OLE color: 5921026.

HSL color Cylindrical-coordinate representation of color #02595A: hue angle of 180.68º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02595A is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB28990-
CMYK0.980.0100.65
HSL180.68º95.65%18.04%-
HSV(B)180.68º97.78%35.29%-
XYZ5.447.910.91-
YUV63.1143.1884.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 89 (35.16% from 255) = 49.17%
BLUE value IS 90 (35.55% from 255) = 49.72%
R=1.10%
G=49.17%
B=49.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289900.980.0100.65180.6895.6518.04
Hex2595A621041b56012
Octal21311321421010126514022
Binary1010110011011010110001010100000110110101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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