Html Css Color HEX #025B5E Mosque

📋 copy color: '#025B5E'

red 2 ◦ green 91 ◦ blue 94

#025B5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #025B5E

Tints of Mosque #025B5E

RGB

 RED value IS 2 (1.17% from 255) = 1.07%

 GREEN value IS 91 (35.94% from 255) = 48.66%

 BLUE value IS 94 (37.11% from 255) = 50.27%

R = 1.07%
G = 48.66%
B = 50.27%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#025B5E (or 0x025B5E) is known color: Mosque. HEX triplet: 02, 5B and 5E. RGB value is (2,91,94). Sum of RGB (Red+Green+Blue) = 2+91+94=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 91 (35.94% from 255 or 48.66% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #025B5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025B5E is #FDA4A1. Grayscale: #404040. Windows color (decimal): -16622754 or 6183682. OLE color: 6183682.

HSL color Cylindrical-coordinate representation of color #025B5E: hue angle of 181.96º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025B5E is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 91 94 -
CMYK 0.98 0.03 0 0.63
HSL 181.96º 0.96% 0.19% -
HSV(B) 181.96º 0.98% 0.37% -
XYZ 5.79 8.3 11.89 -
YUV 64.73 144.51 83.26 -
System Red Green Blue C M Y K H S L
Decimal 2 91 94 0.98 0.03 0 0.63 181.96 0.96 0.19
Hex 2 5B 5E 62 3 0 3F B6 60 13
Octal 2 133 136 142 3 0 77 266 140 23
Binary 10 1011011 1011110 1100010 11 0 111111 10110110 1100000 10011

Color Harmonies of #025B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B5E

Black with #025B5E

Text Example


Text Example

White with #025B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #025B5E;
 }
 .AnyTagClassName
 {
   color: #025B5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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