Html Css Color HEX #02585E Mosque

📋 copy color: '#02585E'

red 2 ◦ green 88 ◦ blue 94

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

Shades of Mosque #02585E

Tints of Mosque #02585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.83%

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

R = 1.09%
G = 47.83%
B = 51.09%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02585E (or 0x02585E) is known color: Mosque. HEX triplet: 02, 58 and 5E. RGB value is (2,88,94). Sum of RGB (Red+Green+Blue) = 2+88+94=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 88 (34.77% from 255 or 47.83% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #02585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02585E is #FDA7A1. Grayscale: #3E3E3E. Windows color (decimal): -16623522 or 6182914. OLE color: 6182914.

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

Color convert

RGB 2 88 94 -
CMYK 0.98 0.06 0 0.63
HSL 183.91º 0.96% 0.19% -
HSV(B) 183.91º 0.98% 0.37% -
XYZ 5.54 7.8 11.8 -
YUV 62.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 2 88 94 0.98 0.06 0 0.63 183.91 0.96 0.19
Hex 2 58 5E 62 6 0 3F B8 60 13
Octal 2 130 136 142 6 0 77 270 140 23
Binary 10 1011000 1011110 1100010 110 0 111111 10111000 1100000 10011

Color Harmonies of #02585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02585E

Black with #02585E

Text Example


Text Example

White with #02585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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