#026255

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

Shades of Mosque #026255

Tints of Mosque #026255

Color information

#026255 (or 0x026255) is unknown color: approx Mosque. HEX triplet: 02, 62 and 55. RGB value is (2,98,85). Sum of RGB (Red+Green+Blue) = 2+98+85=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #026255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026255 is #FD9DAA. Grayscale: #434343. Windows color (decimal): -16620971 or 5595650. OLE color: 5595650.

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

Color convert

RGB29885-
CMYK0.9800.130.62
HSL171.88º96%19.61%-
HSV(B)171.88º97.96%38.43%-
XYZ6.039.410.09-
YUV67.81137.781.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 98 (38.67% from 255) = 52.97%
BLUE value IS 85 (33.59% from 255) = 45.95%
R=1.08%
G=52.97%
B=45.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298850.9800.130.62171.889619.61
Hex26255620D3Eac6014
Octal21421251420157625414024
Binary101100010101010111000100110111111010101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026255; }

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

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

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

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

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

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

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

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