#015A5E

Color #015A5E Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #015A5E

Tints of Mosque #015A5E

Color information

#015A5E (or 0x015A5E) is unknown color: approx 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

RGB19094-
CMYK0.990.0400.63
HSL182.58º97.89%18.63%-
HSV(B)182.58º98.94%36.86%-
XYZ5.698.1311.86-
YUV63.84145.0183.17-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal190940.990.0400.63182.5897.8918.63
Hex15A5E63403Fb76213
Octal1132136143407726714223
Binary1101101010111101100011100011111110110111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>