#015848

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

Shades of Mosque #015848

Tints of Mosque #015848

Color information

#015848 (or 0x015848) is unknown color: approx Mosque. HEX triplet: 01, 58 and 48. RGB value is (1,88,72). Sum of RGB (Red+Green+Blue) = 1+88+72=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #015848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015848 is #FEA7B7. Grayscale: #3C3C3C. Windows color (decimal): -16689080 or 4741121. OLE color: 4741121.

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

Color convert

RGB18872-
CMYK0.9900.180.65
HSL168.97º97.75%17.45%-
HSV(B)168.97º98.86%34.51%-
XYZ4.677.457.32-
YUV60.16134.6885.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.62%
GREEN value IS 88 (34.77% from 255) = 54.66%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=0.62%
G=54.66%
B=44.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal188720.9900.180.65168.9797.7517.45
Hex158486301241a96211
Octal113011014302210125114221
Binary1101100010010001100011010010100000110101001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015848; }

 p { color: rgb(1,88,72); }

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

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

 a { background-color: rgb(1,88,72); }

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

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

 span { border-color: rgb(1,88,72); }

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