Html Css Color HEX #02594C Mosque

📋 copy color: '#02594C'

red 2 ◦ green 89 ◦ blue 76

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

Shades of Mosque #02594C

Tints of Mosque #02594C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 1.2%
G = 53.29%
B = 45.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#02594C (or 0x02594C) is known color: Mosque. HEX triplet: 02, 59 and 4C. RGB value is (2,89,76). Sum of RGB (Red+Green+Blue) = 2+89+76=167 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #02594C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02594C is #FDA6B3. Grayscale: #3D3D3D. Windows color (decimal): -16623284 or 5003522. OLE color: 5003522.

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

Color convert

RGB 2 89 76 -
CMYK 0.98 0 0.15 0.65
HSL 171.03º 0.96% 0.18% -
HSV(B) 171.03º 0.98% 0.35% -
XYZ 4.9 7.68 8.06 -
YUV 61.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 2 89 76 0.98 0 0.15 0.65 171.03 0.96 0.18
Hex 2 59 4C 62 0 F 41 AB 60 12
Octal 2 131 114 142 0 17 101 253 140 22
Binary 10 1011001 1001100 1100010 0 1111 1000001 10101011 1100000 10010

Color Harmonies of #02594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02594C

Black with #02594C

Text Example


Text Example

White with #02594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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