Html Css Color HEX #025A5D Mosque

📋 copy color: '#025A5D'

red 2 ◦ green 90 ◦ blue 93

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

Shades of Mosque #025A5D

Tints of Mosque #025A5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.27%

R = 1.08%
G = 48.65%
B = 50.27%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#025A5D (or 0x025A5D) is known color: Mosque. HEX triplet: 02, 5A and 5D. RGB value is (2,90,93). Sum of RGB (Red+Green+Blue) = 2+90+93=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #025A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025A5D is #FDA5A2. Grayscale: #3F3F3F. Windows color (decimal): -16623011 or 6117890. OLE color: 6117890.

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

Color convert

RGB 2 90 93 -
CMYK 0.98 0.03 0 0.64
HSL 181.98º 0.96% 0.19% -
HSV(B) 181.98º 0.98% 0.36% -
XYZ 5.66 8.12 11.62 -
YUV 64.03 144.35 83.76 -
System Red Green Blue C M Y K H S L
Decimal 2 90 93 0.98 0.03 0 0.64 181.98 0.96 0.19
Hex 2 5A 5D 62 3 0 40 B6 60 13
Octal 2 132 135 142 3 0 100 266 140 23
Binary 10 1011010 1011101 1100010 11 0 1000000 10110110 1100000 10011

Color Harmonies of #025A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A5D

Black with #025A5D

Text Example


Text Example

White with #025A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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