#025860

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

Shades of Mosque #025860

Tints of Mosque #025860

Color information

#025860 (or 0x025860) is unknown color: approx Mosque. HEX triplet: 02, 58 and 60. RGB value is (2,88,96). Sum of RGB (Red+Green+Blue) = 2+88+96=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #025860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025860 is #FDA79F. Grayscale: #3F3F3F. Windows color (decimal): -16623520 or 6313986. OLE color: 6313986.

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

Color convert

RGB28896-
CMYK0.980.0800.62
HSL185.11º95.92%19.22%-
HSV(B)185.11º97.92%37.65%-
XYZ5.637.8412.28-
YUV63.2146.5184.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 88 (34.77% from 255) = 47.31%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=1.08%
G=47.31%
B=51.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal288960.980.0800.62185.1195.9219.22
Hex2586062803Eb96013
Octal21301401421007627114023
Binary101011000110000011000101000011111010111001110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025860; }

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

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

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

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

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

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

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

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