Html Css Color HEX #015D61 Mosque

📋 copy color: '#015D61'

red 1 ◦ green 93 ◦ blue 97

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

Shades of Mosque #015D61

Tints of Mosque #015D61

RGB

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

 GREEN value IS 93 (36.72% from 255) = 48.69%

 BLUE value IS 97 (38.28% from 255) = 50.79%

R = 0.52%
G = 48.69%
B = 50.79%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015D61 (or 0x015D61) is known color: Mosque. HEX triplet: 01, 5D and 61. RGB value is (1,93,97). Sum of RGB (Red+Green+Blue) = 1+93+97=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 93 (36.72% from 255 or 48.69% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #015D61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015D61 is #FEA29E. Grayscale: #414141. Windows color (decimal): -16687775 or 6380801. OLE color: 6380801.

HSL color Cylindrical-coordinate representation of color #015D61: hue angle of 182.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015D61 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 93 97 -
CMYK 0.99 0.04 0 0.62
HSL 182.5º 0.98% 0.19% -
HSV(B) 182.5º 0.99% 0.38% -
XYZ 6.08 8.7 12.67 -
YUV 65.95 145.52 81.67 -
System Red Green Blue C M Y K H S L
Decimal 1 93 97 0.99 0.04 0 0.62 182.5 0.98 0.19
Hex 1 5D 61 63 4 0 3E B6 62 13
Octal 1 135 141 143 4 0 76 266 142 23
Binary 1 1011101 1100001 1100011 100 0 111110 10110110 1100010 10011

Color Harmonies of #015D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015D61

Black with #015D61

Text Example


Text Example

White with #015D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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