#026151

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

Shades of Mosque #026151

Tints of Mosque #026151

Color information

#026151 (or 0x026151) is unknown color: approx Mosque. HEX triplet: 02, 61 and 51. RGB value is (2,97,81). Sum of RGB (Red+Green+Blue) = 2+97+81=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 81 (32.03% from 255 or 45% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #026151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026151 is #FD9EAE. Grayscale: #424242. Windows color (decimal): -16621231 or 5333250. OLE color: 5333250.

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

Color convert

RGB29781-
CMYK0.9800.160.62
HSL169.89º95.96%19.41%-
HSV(B)169.89º97.94%38.04%-
XYZ5.789.169.25-
YUV66.77136.0381.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.11%
GREEN value IS 97 (38.28% from 255) = 53.89%
BLUE value IS 81 (32.03% from 255) = 45%
R=1.11%
G=53.89%
B=45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal297810.9800.160.62169.8995.9619.41
Hex26151620103Eaa6013
Octal21411211420207625214023
Binary1011000011010001110001001000011111010101010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026151; }

 p { color: rgb(2,97,81); }

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

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

 a { background-color: rgb(2,97,81); }

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

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

 span { border-color: rgb(2,97,81); }

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