Html Css Color HEX #01565C Mosque

📋 copy color: '#01565C'

red 1 ◦ green 86 ◦ blue 92

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

Shades of Mosque #01565C

Tints of Mosque #01565C

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.4%

R = 0.56%
G = 48.04%
B = 51.4%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01565C (or 0x01565C) is known color: 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

RGB 1 86 92 -
CMYK 0.99 0.07 0 0.64
HSL 183.96º 0.98% 0.18% -
HSV(B) 183.96º 0.99% 0.36% -
XYZ 5.27 7.43 11.28 -
YUV 61.27 145.34 85.01 -
System Red Green Blue C M Y K H S L
Decimal 1 86 92 0.99 0.07 0 0.64 183.96 0.98 0.18
Hex 1 56 5C 63 7 0 40 B8 62 12
Octal 1 126 134 143 7 0 100 270 142 22
Binary 1 1010110 1011100 1100011 111 0 1000000 10111000 1100010 10010

Color Harmonies of #01565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01565C

Black with #01565C

Text Example


Text Example

White with #01565C

Text Example


Text Example

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