#01565C

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

Shades of Mosque #01565C

Tints of Mosque #01565C

Color information

#01565C (or 0x01565C) is unknown color: approx Mosque. HEX triplet: 01, 56 and 5C. RGB value is (1,86,92). Sum of RGB (Red+Green+Blue) = 1+86+92=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 86 (33.98% from 255 or 48.04% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #01565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01565C is #FEA9A3. Grayscale: #3D3D3D. Windows color (decimal): -16689572 or 6051329. OLE color: 6051329.

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

Color convert

RGB18692-
CMYK0.990.0700.64
HSL183.96º97.85%18.24%-
HSV(B)183.96º98.91%36.08%-
XYZ5.277.4311.28-
YUV61.27145.3485.01-

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.04%
BLUE value IS 92 (36.33% from 255) = 51.40%
R=0.56%
G=48.04%
B=51.40%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal186920.990.0700.64183.9697.8518.24
Hex1565C637040b86212
Octal11261341437010027014222
Binary11010110101110011000111110100000010111000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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