Html Css Color HEX #02564C Mosque

📋 copy color: '#02564C'

red 2 ◦ green 86 ◦ blue 76

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

Shades of Mosque #02564C

Tints of Mosque #02564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 1.22%
G = 52.44%
B = 46.34%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#02564C (or 0x02564C) is known color: Mosque. HEX triplet: 02, 56 and 4C. RGB value is (2,86,76). Sum of RGB (Red+Green+Blue) = 2+86+76=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 86 (33.98% from 255 or 52.44% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 86 - color contains mainly: green. Hex color #02564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02564C is #FDA9B3. Grayscale: #3B3B3B. Windows color (decimal): -16624052 or 5002754. OLE color: 5002754.

HSL color Cylindrical-coordinate representation of color #02564C: hue angle of 172.86º 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 #02564C is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 2 86 76 -
CMYK 0.98 0 0.12 0.66
HSL 172.86º 0.95% 0.17% -
HSV(B) 172.86º 0.98% 0.34% -
XYZ 4.66 7.19 7.98 -
YUV 59.74 137.17 86.81 -
System Red Green Blue C M Y K H S L
Decimal 2 86 76 0.98 0 0.12 0.66 172.86 0.95 0.17
Hex 2 56 4C 62 0 C 42 AD 5F 11
Octal 2 126 114 142 0 14 102 255 137 21
Binary 10 1010110 1001100 1100010 0 1100 1000010 10101101 1011111 10001

Color Harmonies of #02564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02564C

Black with #02564C

Text Example


Text Example

White with #02564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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