#026055

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

Shades of Mosque #026055

Tints of Mosque #026055

Color information

#026055 (or 0x026055) is unknown color: approx Mosque. HEX triplet: 02, 60 and 55. RGB value is (2,96,85). Sum of RGB (Red+Green+Blue) = 2+96+85=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 96 (37.89% from 255 or 52.46% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 96 - color contains mainly: green. Hex color #026055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026055 is #FD9FAA. Grayscale: #424242. Windows color (decimal): -16621483 or 5595138. OLE color: 5595138.

HSL color Cylindrical-coordinate representation of color #026055: hue angle of 172.98º 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 #026055 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB29685-
CMYK0.9800.110.62
HSL172.98º95.92%19.22%-
HSV(B)172.98º97.92%37.65%-
XYZ5.859.0310.03-
YUV66.64138.3681.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 96 (37.89% from 255) = 52.46%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=1.09%
G=52.46%
B=46.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal296850.9800.110.62172.9895.9219.22
Hex26055620B3Ead6013
Octal21401251420137625514023
Binary101100000101010111000100101111111010101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026055; }

 p { color: rgb(2,96,85); }

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

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

 a { background-color: rgb(2,96,85); }

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

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

 span { border-color: rgb(2,96,85); }

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