Html Css Color HEX #025851 Mosque

📋 copy color: '#025851'

red 2 ◦ green 88 ◦ blue 81

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

Shades of Mosque #025851

Tints of Mosque #025851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.46%

 BLUE value IS 81 (32.03% from 255) = 47.37%

R = 1.17%
G = 51.46%
B = 47.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#025851 (or 0x025851) is known color: Mosque. HEX triplet: 02, 58 and 51. RGB value is (2,88,81). Sum of RGB (Red+Green+Blue) = 2+88+81=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 88 (34.77% from 255 or 51.46% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 88 - color contains mainly: green. Hex color #025851 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025851 is #FDA7AE. Grayscale: #3D3D3D. Windows color (decimal): -16623535 or 5330946. OLE color: 5330946.

HSL color Cylindrical-coordinate representation of color #025851: hue angle of 175.12º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025851 is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 88 81 -
CMYK 0.98 0 0.08 0.65
HSL 175.12º 0.96% 0.18% -
HSV(B) 175.12º 0.98% 0.35% -
XYZ 5 7.59 8.99 -
YUV 61.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 2 88 81 0.98 0 0.08 0.65 175.12 0.96 0.18
Hex 2 58 51 62 0 8 41 AF 60 12
Octal 2 130 121 142 0 10 101 257 140 22
Binary 10 1011000 1010001 1100010 0 1000 1000001 10101111 1100000 10010

Color Harmonies of #025851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025851

Black with #025851

Text Example


Text Example

White with #025851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025851; }

 p { color: rgb(2,88,81); }

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

background-color css

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

 a { background-color: rgb(2,88,81); }

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

border-color css

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

 span { border-color: rgb(2,88,81); }

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