#02565E

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

Shades of Mosque #02565E

Tints of Mosque #02565E

Color information

#02565E (or 0x02565E) is unknown color: approx Mosque. HEX triplet: 02, 56 and 5E. RGB value is (2,86,94). Sum of RGB (Red+Green+Blue) = 2+86+94=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 86 (33.98% from 255 or 47.25% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #02565E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02565E is #FDA9A1. Grayscale: #3D3D3D. Windows color (decimal): -16624034 or 6182402. OLE color: 6182402.

HSL color Cylindrical-coordinate representation of color #02565E: hue angle of 185.22º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02565E is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB28694-
CMYK0.980.0900.63
HSL185.22º95.83%18.82%-
HSV(B)185.22º97.87%36.86%-
XYZ5.377.4811.75-
YUV61.8146.1785.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 86 (33.98% from 255) = 47.25%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=1.10%
G=47.25%
B=51.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal286940.980.0900.63185.2295.8318.82
Hex2565E62903Fb96013
Octal21261361421107727114023
Binary101010110101111011000101001011111110111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02565E; }

 p { color: rgb(2,86,94); }

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

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

 a { background-color: rgb(2,86,94); }

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

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

 span { border-color: rgb(2,86,94); }

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