Html Css Color HEX #015961 Mosque

📋 copy color: '#015961'

red 1 ◦ green 89 ◦ blue 97

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

Shades of Mosque #015961

Tints of Mosque #015961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.59%

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

R = 0.53%
G = 47.59%
B = 51.87%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015961 (or 0x015961) is known color: Mosque. HEX triplet: 01, 59 and 61. RGB value is (1,89,97). Sum of RGB (Red+Green+Blue) = 1+89+97=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #015961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015961 is #FEA69E. Grayscale: #3F3F3F. Windows color (decimal): -16688799 or 6379777. OLE color: 6379777.

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

Color convert

RGB 1 89 97 -
CMYK 0.99 0.08 0 0.62
HSL 185º 0.98% 0.19% -
HSV(B) 185º 0.99% 0.38% -
XYZ 5.74 8.01 12.55 -
YUV 63.6 146.85 83.35 -
System Red Green Blue C M Y K H S L
Decimal 1 89 97 0.99 0.08 0 0.62 185 0.98 0.19
Hex 1 59 61 63 8 0 3E B9 62 13
Octal 1 131 141 143 10 0 76 271 142 23
Binary 1 1011001 1100001 1100011 1000 0 111110 10111001 1100010 10011

Color Harmonies of #015961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015961

Black with #015961

Text Example


Text Example

White with #015961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015961; }

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

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

background-color css

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

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

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

border-color css

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

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

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