Html Css Color HEX #015752 Mosque

📋 copy color: '#015752'

red 1 ◦ green 87 ◦ blue 82

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

Shades of Mosque #015752

Tints of Mosque #015752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 51.18%

 BLUE value IS 82 (32.42% from 255) = 48.24%

R = 0.59%
G = 51.18%
B = 48.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#015752 (or 0x015752) is known color: Mosque. HEX triplet: 01, 57 and 52. RGB value is (1,87,82). Sum of RGB (Red+Green+Blue) = 1+87+82=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 87 (34.38% from 255 or 51.18% from 170); Blue value is 82 (32.42% from 255 or 48.24% from 170); Max value from RGB is 87 - color contains mainly: green. Hex color #015752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015752 is #FEA8AD. Grayscale: #3C3C3C. Windows color (decimal): -16689326 or 5396225. OLE color: 5396225.

HSL color Cylindrical-coordinate representation of color #015752: hue angle of 176.51º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015752 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 1 87 82 -
CMYK 0.99 0 0.06 0.66
HSL 176.51º 0.98% 0.17% -
HSV(B) 176.51º 0.99% 0.34% -
XYZ 4.94 7.43 9.16 -
YUV 60.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 1 87 82 0.99 0 0.06 0.66 176.51 0.98 0.17
Hex 1 57 52 63 0 6 42 B1 62 11
Octal 1 127 122 143 0 6 102 261 142 21
Binary 1 1010111 1010010 1100011 0 110 1000010 10110001 1100010 10001

Color Harmonies of #015752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015752

Black with #015752

Text Example


Text Example

White with #015752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015752; }

 p { color: rgb(1,87,82); }

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

background-color css

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

 a { background-color: rgb(1,87,82); }

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

border-color css

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

 span { border-color: rgb(1,87,82); }

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