#025B61

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

Shades of Mosque #025B61

Tints of Mosque #025B61

Color information

#025B61 (or 0x025B61) is unknown color: approx Mosque. HEX triplet: 02, 5B and 61. RGB value is (2,91,97). Sum of RGB (Red+Green+Blue) = 2+91+97=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 91 (35.94% from 255 or 47.89% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #025B61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B61 is #FDA49E. Grayscale: #404040. Windows color (decimal): -16622751 or 6380290. OLE color: 6380290.

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

Color convert

RGB29197-
CMYK0.980.0600.62
HSL183.79º95.96%19.41%-
HSV(B)183.79º97.94%38.04%-
XYZ5.928.3612.61-
YUV65.07146.0183.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.05%
GREEN value IS 91 (35.94% from 255) = 47.89%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=1.05%
G=47.89%
B=51.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal291970.980.0600.62183.7995.9619.41
Hex25B6162603Eb86013
Octal2133141142607627014023
Binary10101101111000011100010110011111010111000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025B61; }

 p { color: rgb(2,91,97); }

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

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

 a { background-color: rgb(2,91,97); }

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

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

 span { border-color: rgb(2,91,97); }

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