Html Css Color HEX #01564C Mosque

📋 copy color: '#01564C'

red 1 ◦ green 86 ◦ blue 76

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

Shades of Mosque #01564C

Tints of Mosque #01564C

RGB

 RED value IS 1 (0.78% from 255) = 0.61%

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

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

R = 0.61%
G = 52.76%
B = 46.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#01564C (or 0x01564C) is known color: Mosque. HEX triplet: 01, 56 and 4C. RGB value is (1,86,76). Sum of RGB (Red+Green+Blue) = 1+86+76=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 86 (33.98% from 255 or 52.76% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 86 - color contains mainly: green. Hex color #01564C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01564C is #FEA9B3. Grayscale: #3B3B3B. Windows color (decimal): -16689588 or 5002753. OLE color: 5002753.

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

Color convert

RGB 1 86 76 -
CMYK 0.99 0 0.12 0.66
HSL 172.94º 0.98% 0.17% -
HSV(B) 172.94º 0.99% 0.34% -
XYZ 4.64 7.18 7.98 -
YUV 59.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 1 86 76 0.99 0 0.12 0.66 172.94 0.98 0.17
Hex 1 56 4C 63 0 C 42 AD 62 11
Octal 1 126 114 143 0 14 102 255 142 21
Binary 1 1010110 1001100 1100011 0 1100 1000010 10101101 1100010 10001

Color Harmonies of #01564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01564C

Black with #01564C

Text Example


Text Example

White with #01564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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