Html Css Color HEX #02594F Mosque

📋 copy color: '#02594F'

red 2 ◦ green 89 ◦ blue 79

#02594F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #02594F

Tints of Mosque #02594F

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 89 (35.16% from 255) = 52.35%

 BLUE value IS 79 (31.25% from 255) = 46.47%

R = 1.18%
G = 52.35%
B = 46.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#02594F (or 0x02594F) is known color: Mosque. HEX triplet: 02, 59 and 4F. RGB value is (2,89,79). Sum of RGB (Red+Green+Blue) = 2+89+79=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 89 (35.16% from 255 or 52.35% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 89 - color contains mainly: green. Hex color #02594F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02594F is #FDA6B0. Grayscale: #3D3D3D. Windows color (decimal): -16623281 or 5200130. OLE color: 5200130.

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

Color convert

RGB 2 89 79 -
CMYK 0.98 0 0.11 0.65
HSL 173.1º 0.96% 0.18% -
HSV(B) 173.1º 0.98% 0.35% -
XYZ 5.01 7.72 8.62 -
YUV 61.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 2 89 79 0.98 0 0.11 0.65 173.1 0.96 0.18
Hex 2 59 4F 62 0 B 41 AD 60 12
Octal 2 131 117 142 0 13 101 255 140 22
Binary 10 1011001 1001111 1100010 0 1011 1000001 10101101 1100000 10010

Color Harmonies of #02594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02594F

Black with #02594F

Text Example


Text Example

White with #02594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02594F;
 }
 .AnyTagClassName
 {
   color: #02594F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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