#016255

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

Shades of Mosque #016255

Tints of Mosque #016255

Color information

#016255 (or 0x016255) is unknown color: approx Mosque. HEX triplet: 01, 62 and 55. RGB value is (1,98,85). Sum of RGB (Red+Green+Blue) = 1+98+85=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #016255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016255 is #FE9DAA. Grayscale: #434343. Windows color (decimal): -16686507 or 5595649. OLE color: 5595649.

HSL color Cylindrical-coordinate representation of color #016255: hue angle of 171.96º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016255 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB19885-
CMYK0.9900.130.62
HSL171.96º97.98%19.41%-
HSV(B)171.96º98.98%38.43%-
XYZ6.029.410.09-
YUV67.52137.8680.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.54%
GREEN value IS 98 (38.67% from 255) = 53.26%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=0.54%
G=53.26%
B=46.20%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal198850.9900.130.62171.9697.9819.41
Hex16255630D3Eac6213
Octal11421251430157625414223
Binary11100010101010111000110110111111010101100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016255; }

 p { color: rgb(1,98,85); }

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

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

 a { background-color: rgb(1,98,85); }

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

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

 span { border-color: rgb(1,98,85); }

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