#01545F

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

Shades of Mosque #01545F

Tints of Mosque #01545F

Color information

#01545F (or 0x01545F) is unknown color: approx Mosque. HEX triplet: 01, 54 and 5F. RGB value is (1,84,95). Sum of RGB (Red+Green+Blue) = 1+84+95=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 84 (33.20% from 255 or 46.67% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #01545F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01545F is #FEABA0. Grayscale: #3C3C3C. Windows color (decimal): -16690081 or 6247425. OLE color: 6247425.

HSL color Cylindrical-coordinate representation of color #01545F: hue angle of 187.02º 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 #01545F is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB18495-
CMYK0.990.1200.63
HSL187.02º97.92%18.82%-
HSV(B)187.02º98.95%37.25%-
XYZ5.257.1711.93-
YUV60.44147.585.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 84 (33.20% from 255) = 46.67%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=0.56%
G=46.67%
B=52.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal184950.990.1200.63187.0297.9218.82
Hex1545F63C03Fbb6213
Octal11241371431407727314223
Binary11010100101111111000111100011111110111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01545F; }

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

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

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

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

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

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

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

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