#01535D

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

Shades of Mosque #01535D

Tints of Mosque #01535D

Color information

#01535D (or 0x01535D) is unknown color: approx Mosque. HEX triplet: 01, 53 and 5D. RGB value is (1,83,93). Sum of RGB (Red+Green+Blue) = 1+83+93=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #01535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01535D is #FEACA2. Grayscale: #3B3B3B. Windows color (decimal): -16690339 or 6116097. OLE color: 6116097.

HSL color Cylindrical-coordinate representation of color #01535D: hue angle of 186.52º 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 #01535D is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB18393-
CMYK0.990.1100.64
HSL186.52º97.87%18.43%-
HSV(B)186.52º98.92%36.47%-
XYZ5.086.9811.44-
YUV59.62146.8386.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 83 (32.81% from 255) = 46.89%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=0.56%
G=46.89%
B=52.54%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal183930.990.1100.64186.5297.8718.43
Hex1535D63B040bb6212
Octal112313514313010027314222
Binary110100111011101110001110110100000010111011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01535D; }

 p { color: rgb(1,83,93); }

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

<style>
 a { background-color: #01535D; }

 a { background-color: rgb(1,83,93); }

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

<style>
 span { border-color: #01535D; }

 span { border-color: rgb(1,83,93); }

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