#025960

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

Shades of Mosque #025960

Tints of Mosque #025960

Color information

#025960 (or 0x025960) is unknown color: approx Mosque. HEX triplet: 02, 59 and 60. RGB value is (2,89,96). Sum of RGB (Red+Green+Blue) = 2+89+96=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #025960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025960 is #FDA69F. Grayscale: #3F3F3F. Windows color (decimal): -16623264 or 6314242. OLE color: 6314242.

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

Color convert

RGB28996-
CMYK0.980.0700.62
HSL184.47º95.92%19.22%-
HSV(B)184.47º97.92%37.65%-
XYZ5.71812.31-
YUV63.78146.1883.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.07%
GREEN value IS 89 (35.16% from 255) = 47.59%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=1.07%
G=47.59%
B=51.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal289960.980.0700.62184.4795.9219.22
Hex2596062703Eb86013
Octal2131140142707627014023
Binary10101100111000001100010111011111010111000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025960; }

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

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

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

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

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

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

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

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