Html Css Color HEX #015A5E Mosque

📋 copy color: '#015A5E'

red 1 ◦ green 90 ◦ blue 94

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

Shades of Mosque #015A5E

Tints of Mosque #015A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.65%

 BLUE value IS 94 (37.11% from 255) = 50.81%

R = 0.54%
G = 48.65%
B = 50.81%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#015A5E (or 0x015A5E) is known color: Mosque. HEX triplet: 01, 5A and 5E. RGB value is (1,90,94). Sum of RGB (Red+Green+Blue) = 1+90+94=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #015A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015A5E is #FEA5A1. Grayscale: #3F3F3F. Windows color (decimal): -16688546 or 6183425. OLE color: 6183425.

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

Color convert

RGB 1 90 94 -
CMYK 0.99 0.04 0 0.63
HSL 182.58º 0.98% 0.19% -
HSV(B) 182.58º 0.99% 0.37% -
XYZ 5.69 8.13 11.86 -
YUV 63.85 145.01 83.17 -
System Red Green Blue C M Y K H S L
Decimal 1 90 94 0.99 0.04 0 0.63 182.58 0.98 0.19
Hex 1 5A 5E 63 4 0 3F B7 62 13
Octal 1 132 136 143 4 0 77 267 142 23
Binary 1 1011010 1011110 1100011 100 0 111111 10110111 1100010 10011

Color Harmonies of #015A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A5E

Black with #015A5E

Text Example


Text Example

White with #015A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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