#01565A

Color #01565A Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #01565A

Tints of Mosque #01565A

Color information

#01565A (or 0x01565A) is unknown color: approx Mosque. HEX triplet: 01, 56 and 5A. RGB value is (1,86,90). Sum of RGB (Red+Green+Blue) = 1+86+90=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #01565A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01565A is #FEA9A5. Grayscale: #3C3C3C. Windows color (decimal): -16689574 or 5920257. OLE color: 5920257.

HSL color Cylindrical-coordinate representation of color #01565A: hue angle of 182.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01565A is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18690-
CMYK0.990.0400.65
HSL182.7º97.8%17.84%-
HSV(B)182.7º98.89%35.29%-
XYZ5.197.410.83-
YUV61.04144.3485.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 86 (33.98% from 255) = 48.59%
BLUE value IS 90 (35.55% from 255) = 50.85%
R=0.56%
G=48.59%
B=50.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal186900.990.0400.65182.797.817.84
Hex1565A634041b76212
Octal11261321434010126714222
Binary11010110101101011000111000100000110110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01565A; }

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

 H1.HeaderClassName
 {
   color: #01565A;
 }
 .AnyTagClassName
 {
   color: #01565A;
 }
</style>
background-color css

<style>
 a { background-color: #01565A; }

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

 div.DivClassName
 {
   background-color: #01565A;
 }
 .BgClassName
 {
   background-color: #01565A;
 }
</style>
border-color css

<style>
 span { border-color: #01565A; }

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

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