Html Css Color HEX #025A5E Mosque

📋 copy color: '#025A5E'

red 2 ◦ green 90 ◦ blue 94

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

Shades of Mosque #025A5E

Tints of Mosque #025A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.39%

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

R = 1.08%
G = 48.39%
B = 50.54%

CMYK

 C value IS 0.98

 M value IS 0.04

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#025A5E (or 0x025A5E) is known color: Mosque. HEX triplet: 02, 5A and 5E. RGB value is (2,90,94). Sum of RGB (Red+Green+Blue) = 2+90+94=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #025A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A5E is #FDA5A1. Grayscale: #404040. Windows color (decimal): -16623010 or 6183426. OLE color: 6183426.

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

Color convert

RGB 2 90 94 -
CMYK 0.98 0.04 0 0.63
HSL 182.61º 0.96% 0.19% -
HSV(B) 182.61º 0.98% 0.37% -
XYZ 5.7 8.13 11.86 -
YUV 64.14 144.85 83.67 -
System Red Green Blue C M Y K H S L
Decimal 2 90 94 0.98 0.04 0 0.63 182.61 0.96 0.19
Hex 2 5A 5E 62 4 0 3F B7 60 13
Octal 2 132 136 142 4 0 77 267 140 23
Binary 10 1011010 1011110 1100010 100 0 111111 10110111 1100000 10011

Color Harmonies of #025A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A5E

Black with #025A5E

Text Example


Text Example

White with #025A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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