#02594B

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

Shades of Mosque #02594B

Tints of Mosque #02594B

Color information

#02594B (or 0x02594B) is unknown color: approx Mosque. HEX triplet: 02, 59 and 4B. RGB value is (2,89,75). Sum of RGB (Red+Green+Blue) = 2+89+75=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 89 (35.16% from 255 or 53.61% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 89 - color contains mainly: green. Hex color #02594B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02594B is #FDA6B4. Grayscale: #3D3D3D. Windows color (decimal): -16623285 or 4937986. OLE color: 4937986.

HSL color Cylindrical-coordinate representation of color #02594B: hue angle of 170.34º 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 #02594B is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB28975-
CMYK0.9800.160.65
HSL170.34º95.6%17.84%-
HSV(B)170.34º97.75%34.9%-
XYZ4.877.677.88-
YUV61.39135.6885.64-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 89 (35.16% from 255) = 53.61%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=1.20%
G=53.61%
B=45.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal289750.9800.160.65170.3495.617.84
Hex2594B6201041aa6012
Octal213111314202010125214022
Binary10101100110010111100010010000100000110101010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02594B; }

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

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

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

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

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

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

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

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