Html Css Color HEX #02585B Mosque

📋 copy color: '#02585B'

red 2 ◦ green 88 ◦ blue 91

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

Shades of Mosque #02585B

Tints of Mosque #02585B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 1.1%
G = 48.62%
B = 50.28%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02585B (or 0x02585B) is known color: Mosque. HEX triplet: 02, 58 and 5B. RGB value is (2,88,91). Sum of RGB (Red+Green+Blue) = 2+88+91=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #02585B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02585B is #FDA7A4. Grayscale: #3E3E3E. Windows color (decimal): -16623525 or 5986306. OLE color: 5986306.

HSL color Cylindrical-coordinate representation of color #02585B: hue angle of 182.02º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02585B is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 88 91 -
CMYK 0.98 0.03 0 0.64
HSL 182.02º 0.96% 0.18% -
HSV(B) 182.02º 0.98% 0.36% -
XYZ 5.4 7.75 11.11 -
YUV 62.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 2 88 91 0.98 0.03 0 0.64 182.02 0.96 0.18
Hex 2 58 5B 62 3 0 40 B6 60 12
Octal 2 130 133 142 3 0 100 266 140 22
Binary 10 1011000 1011011 1100010 11 0 1000000 10110110 1100000 10010

Color Harmonies of #02585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02585B

Black with #02585B

Text Example


Text Example

White with #02585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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