#02685D

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

Shades of Mosque #02685D

Tints of Mosque #02685D

Color information

#02685D (or 0x02685D) is unknown color: approx Mosque. HEX triplet: 02, 68 and 5D. RGB value is (2,104,93). Sum of RGB (Red+Green+Blue) = 2+104+93=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #02685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02685D is #FD97A2. Grayscale: #484848. Windows color (decimal): -16619427 or 6121474. OLE color: 6121474.

HSL color Cylindrical-coordinate representation of color #02685D: hue angle of 173.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02685D is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB210493-
CMYK0.9800.110.59
HSL173.53º96.23%20.78%-
HSV(B)173.53º98.08%40.78%-
XYZ6.9510.712.06-
YUV72.25139.7177.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=1.01%
G=52.26%
B=46.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2104930.9800.110.59173.5396.2320.78
Hex2685D620B3Bae6015
Octal21501351420137325614025
Binary101101000101110111000100101111101110101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02685D; }

 p { color: rgb(2,104,93); }

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

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

 a { background-color: rgb(2,104,93); }

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

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

 span { border-color: rgb(2,104,93); }

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