Html Css Color HEX #02595E Mosque

📋 copy color: '#02595E'

red 2 ◦ green 89 ◦ blue 94

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

Shades of Mosque #02595E

Tints of Mosque #02595E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 1.08%
G = 48.11%
B = 50.81%

CMYK

 C value IS 0.98

 M value IS 0.05

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02595E (or 0x02595E) is known color: Mosque. HEX triplet: 02, 59 and 5E. RGB value is (2,89,94). Sum of RGB (Red+Green+Blue) = 2+89+94=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 89 (35.16% from 255 or 48.11% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #02595E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02595E is #FDA6A1. Grayscale: #3F3F3F. Windows color (decimal): -16623266 or 6183170. OLE color: 6183170.

HSL color Cylindrical-coordinate representation of color #02595E: hue angle of 183.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02595E is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 89 94 -
CMYK 0.98 0.05 0 0.63
HSL 183.26º 0.96% 0.19% -
HSV(B) 183.26º 0.98% 0.37% -
XYZ 5.62 7.97 11.83 -
YUV 63.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 2 89 94 0.98 0.05 0 0.63 183.26 0.96 0.19
Hex 2 59 5E 62 5 0 3F B7 60 13
Octal 2 131 136 142 5 0 77 267 140 23
Binary 10 1011001 1011110 1100010 101 0 111111 10110111 1100000 10011

Color Harmonies of #02595E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02595E

Black with #02595E

Text Example


Text Example

White with #02595E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02595E;
 }
 .AnyTagClassName
 {
   color: #02595E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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