Html Css Color HEX #01535C Mosque

📋 copy color: '#01535C'

red 1 ◦ green 83 ◦ blue 92

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

Shades of Mosque #01535C

Tints of Mosque #01535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

 BLUE value IS 92 (36.33% from 255) = 52.27%

R = 0.57%
G = 47.16%
B = 52.27%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01535C (or 0x01535C) is known color: Mosque. HEX triplet: 01, 53 and 5C. RGB value is (1,83,92). Sum of RGB (Red+Green+Blue) = 1+83+92=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 92 (36.33% from 255 or 52.27% from 176); Max value from RGB is 92 - color contains mainly: blue. Hex color #01535C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01535C is #FEACA3. Grayscale: #3B3B3B. Windows color (decimal): -16690340 or 6050561. OLE color: 6050561.

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

Color convert

RGB 1 83 92 -
CMYK 0.99 0.10 0 0.64
HSL 185.93º 0.98% 0.18% -
HSV(B) 185.93º 0.99% 0.36% -
XYZ 5.04 6.97 11.2 -
YUV 59.51 146.33 86.27 -
System Red Green Blue C M Y K H S L
Decimal 1 83 92 0.99 0.10 0 0.64 185.93 0.98 0.18
Hex 1 53 5C 63 A 0 40 BA 62 12
Octal 1 123 134 143 12 0 100 272 142 22
Binary 1 1010011 1011100 1100011 1010 0 1000000 10111010 1100010 10010

Color Harmonies of #01535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01535C

Black with #01535C

Text Example


Text Example

White with #01535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01535C;
 }
 .AnyTagClassName
 {
   color: #01535C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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