#015459

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

Shades of Mosque #015459

Tints of Mosque #015459

Color information

#015459 (or 0x015459) is unknown color: approx Mosque. HEX triplet: 01, 54 and 59. RGB value is (1,84,89). Sum of RGB (Red+Green+Blue) = 1+84+89=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #015459 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015459 is #FEABA6. Grayscale: #3B3B3B. Windows color (decimal): -16690087 or 5854209. OLE color: 5854209.

HSL color Cylindrical-coordinate representation of color #015459: hue angle of 183.41º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015459 is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB18489-
CMYK0.990.0600.65
HSL183.41º97.78%17.65%-
HSV(B)183.41º98.88%34.9%-
XYZ4.997.0710.55-
YUV59.75144.586.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 89 (35.16% from 255) = 51.15%
R=0.57%
G=48.28%
B=51.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal184890.990.0600.65183.4197.7817.65
Hex15459636041b76212
Octal11241311436010126714222
Binary11010100101100111000111100100000110110111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015459; }

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

 H1.HeaderClassName
 {
   color: #015459;
 }
 .AnyTagClassName
 {
   color: #015459;
 }
</style>
background-color css

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

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

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

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

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

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