Html Css Color HEX #02594B Mosque

📋 copy color: '#02594B'

red 2 ◦ green 89 ◦ blue 75

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

Shades of Mosque #02594B

Tints of Mosque #02594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 45.18%

R = 1.2%
G = 53.61%
B = 45.18%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#02594B (or 0x02594B) is known color: 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

RGB 2 89 75 -
CMYK 0.98 0 0.16 0.65
HSL 170.34º 0.96% 0.18% -
HSV(B) 170.34º 0.98% 0.35% -
XYZ 4.87 7.67 7.88 -
YUV 61.39 135.68 85.64 -
System Red Green Blue C M Y K H S L
Decimal 2 89 75 0.98 0 0.16 0.65 170.34 0.96 0.18
Hex 2 59 4B 62 0 10 41 AA 60 12
Octal 2 131 113 142 0 20 101 252 140 22
Binary 10 1011001 1001011 1100010 0 10000 1000001 10101010 1100000 10010

Color Harmonies of #02594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02594B

Black with #02594B

Text Example


Text Example

White with #02594B

Text Example


Text Example

HTML Codes & Css Web 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>