Html Css Color HEX #02584E Mosque

📋 copy color: '#02584E'

red 2 ◦ green 88 ◦ blue 78

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

Shades of Mosque #02584E

Tints of Mosque #02584E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.43%

R = 1.19%
G = 52.38%
B = 46.43%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#02584E (or 0x02584E) is known color: Mosque. HEX triplet: 02, 58 and 4E. RGB value is (2,88,78). Sum of RGB (Red+Green+Blue) = 2+88+78=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 88 (34.77% from 255 or 52.38% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 88 - color contains mainly: green. Hex color #02584E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02584E is #FDA7B1. Grayscale: #3D3D3D. Windows color (decimal): -16623538 or 5134338. OLE color: 5134338.

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

Color convert

RGB 2 88 78 -
CMYK 0.98 0 0.11 0.65
HSL 173.02º 0.96% 0.18% -
HSV(B) 173.02º 0.98% 0.35% -
XYZ 4.89 7.54 8.41 -
YUV 61.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 2 88 78 0.98 0 0.11 0.65 173.02 0.96 0.18
Hex 2 58 4E 62 0 B 41 AD 60 12
Octal 2 130 116 142 0 13 101 255 140 22
Binary 10 1011000 1001110 1100010 0 1011 1000001 10101101 1100000 10010

Color Harmonies of #02584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02584E

Black with #02584E

Text Example


Text Example

White with #02584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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