Html Css Color HEX #02575E Mosque

📋 copy color: '#02575E'

red 2 ◦ green 87 ◦ blue 94

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

Shades of Mosque #02575E

Tints of Mosque #02575E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.54%

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

R = 1.09%
G = 47.54%
B = 51.37%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02575E (or 0x02575E) is known color: Mosque. HEX triplet: 02, 57 and 5E. RGB value is (2,87,94). Sum of RGB (Red+Green+Blue) = 2+87+94=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 87 (34.38% from 255 or 47.54% from 183); Blue value is 94 (37.11% from 255 or 51.37% from 183); Max value from RGB is 94 - color contains mainly: blue. Hex color #02575E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02575E is #FDA8A1. Grayscale: #3E3E3E. Windows color (decimal): -16623778 or 6182658. OLE color: 6182658.

HSL color Cylindrical-coordinate representation of color #02575E: hue angle of 184.57º 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 #02575E is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 87 94 -
CMYK 0.98 0.07 0 0.63
HSL 184.57º 0.96% 0.19% -
HSV(B) 184.57º 0.98% 0.37% -
XYZ 5.45 7.64 11.78 -
YUV 62.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 2 87 94 0.98 0.07 0 0.63 184.57 0.96 0.19
Hex 2 57 5E 62 7 0 3F B9 60 13
Octal 2 127 136 142 7 0 77 271 140 23
Binary 10 1010111 1011110 1100010 111 0 111111 10111001 1100000 10011

Color Harmonies of #02575E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02575E

Black with #02575E

Text Example


Text Example

White with #02575E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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