Html Css Color HEX #02564D Mosque

📋 copy color: '#02564D'

red 2 ◦ green 86 ◦ blue 77

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

Shades of Mosque #02564D

Tints of Mosque #02564D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 52.12%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 1.21%
G = 52.12%
B = 46.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#02564D (or 0x02564D) is known color: Mosque. HEX triplet: 02, 56 and 4D. RGB value is (2,86,77). Sum of RGB (Red+Green+Blue) = 2+86+77=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 86 (33.98% from 255 or 52.12% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 86 - color contains mainly: green. Hex color #02564D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02564D is #FDA9B2. Grayscale: #3B3B3B. Windows color (decimal): -16624051 or 5068290. OLE color: 5068290.

HSL color Cylindrical-coordinate representation of color #02564D: hue angle of 173.57º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02564D is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 77 -
CMYK 0.98 0 0.10 0.66
HSL 173.57º 0.95% 0.17% -
HSV(B) 173.57º 0.98% 0.34% -
XYZ 4.69 7.2 8.16 -
YUV 59.86 137.67 86.73 -
System Red Green Blue C M Y K H S L
Decimal 2 86 77 0.98 0 0.10 0.66 173.57 0.95 0.17
Hex 2 56 4D 62 0 A 42 AE 5F 11
Octal 2 126 115 142 0 12 102 256 137 21
Binary 10 1010110 1001101 1100010 0 1010 1000010 10101110 1011111 10001

Color Harmonies of #02564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02564D

Black with #02564D

Text Example


Text Example

White with #02564D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02564D; }

 p { color: rgb(2,86,77); }

 H1.HeaderClassName
 {
   color: #02564D;
 }
 .AnyTagClassName
 {
   color: #02564D;
 }
</style>

background-color css

<style>
 a { background-color: #02564D; }

 a { background-color: rgb(2,86,77); }

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

border-color css

<style>
 span { border-color: #02564D; }

 span { border-color: rgb(2,86,77); }

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