Html Css Color HEX #025962 Mosque

📋 copy color: '#025962'

red 2 ◦ green 89 ◦ blue 98

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

Shades of Mosque #025962

Tints of Mosque #025962

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.09%

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 1.06%
G = 47.09%
B = 51.85%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#025962 (or 0x025962) is known color: Mosque. HEX triplet: 02, 59 and 62. RGB value is (2,89,98). Sum of RGB (Red+Green+Blue) = 2+89+98=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #025962 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025962 is #FDA69D. Grayscale: #3F3F3F. Windows color (decimal): -16623262 or 6445314. OLE color: 6445314.

HSL color Cylindrical-coordinate representation of color #025962: hue angle of 185.62º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025962 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 89 98 -
CMYK 0.98 0.09 0 0.62
HSL 185.63º 0.96% 0.2% -
HSV(B) 185.63º 0.98% 0.38% -
XYZ 5.8 8.04 12.8 -
YUV 64.01 147.18 83.77 -
System Red Green Blue C M Y K H S L
Decimal 2 89 98 0.98 0.09 0 0.62 185.63 0.96 0.2
Hex 2 59 62 62 9 0 3E BA 60 14
Octal 2 131 142 142 11 0 76 272 140 24
Binary 10 1011001 1100010 1100010 1001 0 111110 10111010 1100000 10100

Color Harmonies of #025962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025962

Black with #025962

Text Example


Text Example

White with #025962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025962; }

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

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

background-color css

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

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

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

border-color css

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

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

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