Html Css Color HEX #01565D Mosque

📋 copy color: '#01565D'

red 1 ◦ green 86 ◦ blue 93

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

Shades of Mosque #01565D

Tints of Mosque #01565D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 47.78%

 BLUE value IS 93 (36.72% from 255) = 51.67%

R = 0.56%
G = 47.78%
B = 51.67%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01565D (or 0x01565D) is known color: Mosque. HEX triplet: 01, 56 and 5D. RGB value is (1,86,93). Sum of RGB (Red+Green+Blue) = 1+86+93=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 86 (33.98% from 255 or 47.78% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #01565D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01565D is #FEA9A2. Grayscale: #3D3D3D. Windows color (decimal): -16689571 or 6116865. OLE color: 6116865.

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

Color convert

RGB 1 86 93 -
CMYK 0.99 0.08 0 0.64
HSL 184.57º 0.98% 0.18% -
HSV(B) 184.57º 0.99% 0.36% -
XYZ 5.32 7.45 11.51 -
YUV 61.38 145.84 84.93 -
System Red Green Blue C M Y K H S L
Decimal 1 86 93 0.99 0.08 0 0.64 184.57 0.98 0.18
Hex 1 56 5D 63 8 0 40 B9 62 12
Octal 1 126 135 143 10 0 100 271 142 22
Binary 1 1010110 1011101 1100011 1000 0 1000000 10111001 1100010 10010

Color Harmonies of #01565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01565D

Black with #01565D

Text Example


Text Example

White with #01565D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01565D;
 }
 .AnyTagClassName
 {
   color: #01565D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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