Html Css Color HEX #026565 Mosque

📋 copy color: '#026565'

red 2 ◦ green 101 ◦ blue 101

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

Shades of Mosque #026565

Tints of Mosque #026565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.51%

 BLUE value IS 101 (39.84% from 255) = 49.51%

R = 0.98%
G = 49.51%
B = 49.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#026565 (or 0x026565) is known color: Mosque. HEX triplet: 02, 65 and 65. RGB value is (2,101,101). Sum of RGB (Red+Green+Blue) = 2+101+101=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 101 (39.84% from 255 or 49.51% from 204); Max value from RGB is 101 - color contains mainly: green, blue. Hex color #026565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026565 is #FD9A9A. Grayscale: #474747. Windows color (decimal): -16620187 or 6644994. OLE color: 6644994.

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

Color convert

RGB 2 101 101 -
CMYK 0.98 0 0 0.60
HSL 180º 0.96% 0.2% -
HSV(B) 180º 0.98% 0.4% -
XYZ 7.03 10.26 13.92 -
YUV 71.4 144.7 78.5 -
System Red Green Blue C M Y K H S L
Decimal 2 101 101 0.98 0 0 0.60 180 0.96 0.2
Hex 2 65 65 62 0 0 3C B4 60 14
Octal 2 145 145 142 0 0 74 264 140 24
Binary 10 1100101 1100101 1100010 0 0 111100 10110100 1100000 10100

Color Harmonies of #026565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026565

Black with #026565

Text Example


Text Example

White with #026565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026565; }

 p { color: rgb(2,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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