Html Css Color HEX #015E60 Mosque

📋 copy color: '#015E60'

red 1 ◦ green 94 ◦ blue 96

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

Shades of Mosque #015E60

Tints of Mosque #015E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 49.21%

 BLUE value IS 96 (37.89% from 255) = 50.26%

R = 0.52%
G = 49.21%
B = 50.26%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#015E60 (or 0x015E60) is known color: Mosque. HEX triplet: 01, 5E and 60. RGB value is (1,94,96). Sum of RGB (Red+Green+Blue) = 1+94+96=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #015E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E60 is #FEA19F. Grayscale: #424242. Windows color (decimal): -16687520 or 6315521. OLE color: 6315521.

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

Color convert

RGB 1 94 96 -
CMYK 0.99 0.02 0 0.62
HSL 181.26º 0.98% 0.19% -
HSV(B) 181.26º 0.99% 0.38% -
XYZ 6.13 8.86 12.45 -
YUV 66.42 144.69 81.34 -
System Red Green Blue C M Y K H S L
Decimal 1 94 96 0.99 0.02 0 0.62 181.26 0.98 0.19
Hex 1 5E 60 63 2 0 3E B5 62 13
Octal 1 136 140 143 2 0 76 265 142 23
Binary 1 1011110 1100000 1100011 10 0 111110 10110101 1100010 10011

Color Harmonies of #015E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E60

Black with #015E60

Text Example


Text Example

White with #015E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,94,96); }

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

background-color css

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

 a { background-color: rgb(1,94,96); }

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

border-color css

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

 span { border-color: rgb(1,94,96); }

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