Html Css Color HEX #01564B Mosque

📋 copy color: '#01564B'

red 1 ◦ green 86 ◦ blue 75

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

Shades of Mosque #01564B

Tints of Mosque #01564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.3%

R = 0.62%
G = 53.09%
B = 46.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.66

RGB Variations

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

Color information

#01564B (or 0x01564B) is known color: Mosque. HEX triplet: 01, 56 and 4B. RGB value is (1,86,75). Sum of RGB (Red+Green+Blue) = 1+86+75=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 86 (33.98% from 255 or 53.09% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 86 - color contains mainly: green. Hex color #01564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01564B is #FEA9B4. Grayscale: #3B3B3B. Windows color (decimal): -16689589 or 4937217. OLE color: 4937217.

HSL color Cylindrical-coordinate representation of color #01564B: hue angle of 172.24º 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 #01564B is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 86 75 -
CMYK 0.99 0 0.13 0.66
HSL 172.24º 0.98% 0.17% -
HSV(B) 172.24º 0.99% 0.34% -
XYZ 4.61 7.17 7.8 -
YUV 59.33 136.84 86.39 -
System Red Green Blue C M Y K H S L
Decimal 1 86 75 0.99 0 0.13 0.66 172.24 0.98 0.17
Hex 1 56 4B 63 0 D 42 AC 62 11
Octal 1 126 113 143 0 15 102 254 142 21
Binary 1 1010110 1001011 1100011 0 1101 1000010 10101100 1100010 10001

Color Harmonies of #01564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01564B

Black with #01564B

Text Example


Text Example

White with #01564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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