Html Css Color HEX #01535D Mosque

📋 copy color: '#01535D'

red 1 ◦ green 83 ◦ blue 93

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

Shades of Mosque #01535D

Tints of Mosque #01535D

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 value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01535D (or 0x01535D) is known color: 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

RGB 1 83 93 -
CMYK 0.99 0.11 0 0.64
HSL 186.52º 0.98% 0.18% -
HSV(B) 186.52º 0.99% 0.36% -
XYZ 5.08 6.98 11.44 -
YUV 59.62 146.83 86.19 -
System Red Green Blue C M Y K H S L
Decimal 1 83 93 0.99 0.11 0 0.64 186.52 0.98 0.18
Hex 1 53 5D 63 B 0 40 BB 62 12
Octal 1 123 135 143 13 0 100 273 142 22
Binary 1 1010011 1011101 1100011 1011 0 1000000 10111011 1100010 10010

Color Harmonies of #01535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01535D

Black with #01535D

Text Example


Text Example

White with #01535D

Text Example


Text Example

HTML Codes & Css Web 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>