Html Css Color HEX #015E64 Mosque

📋 copy color: '#015E64'

red 1 ◦ green 94 ◦ blue 100

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

Shades of Mosque #015E64

Tints of Mosque #015E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 51.28%

R = 0.51%
G = 48.21%
B = 51.28%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#015E64 (or 0x015E64) is known color: Mosque. HEX triplet: 01, 5E and 64. RGB value is (1,94,100). Sum of RGB (Red+Green+Blue) = 1+94+100=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 94 (37.11% from 255 or 48.21% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #015E64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015E64 is #FEA19B. Grayscale: #424242. Windows color (decimal): -16687516 or 6577665. OLE color: 6577665.

HSL color Cylindrical-coordinate representation of color #015E64: hue angle of 183.64º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E64 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 1 94 100 -
CMYK 0.99 0.06 0 0.61
HSL 183.64º 0.98% 0.2% -
HSV(B) 183.64º 0.99% 0.39% -
XYZ 6.32 8.93 13.45 -
YUV 66.88 146.69 81.01 -
System Red Green Blue C M Y K H S L
Decimal 1 94 100 0.99 0.06 0 0.61 183.64 0.98 0.2
Hex 1 5E 64 63 6 0 3D B8 62 14
Octal 1 136 144 143 6 0 75 270 142 24
Binary 1 1011110 1100100 1100011 110 0 111101 10111000 1100010 10100

Color Harmonies of #015E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015E64

Black with #015E64

Text Example


Text Example

White with #015E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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