#025862

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

Shades of Mosque #025862

Tints of Mosque #025862

Color information

#025862 (or 0x025862) is unknown color: approx Mosque. HEX triplet: 02, 58 and 62. RGB value is (2,88,98). Sum of RGB (Red+Green+Blue) = 2+88+98=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #025862 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025862 is #FDA79D. Grayscale: #3F3F3F. Windows color (decimal): -16623518 or 6445058. OLE color: 6445058.

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

Color convert

RGB28898-
CMYK0.980.1000.62
HSL186.25º96%19.61%-
HSV(B)186.25º97.96%38.43%-
XYZ5.727.8712.77-
YUV63.43147.5184.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.06%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=1.06%
G=46.81%
B=52.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal288980.980.1000.62186.259619.61
Hex2586262A03Eba6014
Octal21301421421207627214024
Binary101011000110001011000101010011111010111010110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025862; }

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

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

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

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

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

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

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

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