Html Css Color HEX #026660 Mosque

📋 copy color: '#026660'

red 2 ◦ green 102 ◦ blue 96

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

Shades of Mosque #026660

Tints of Mosque #026660

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51%

 BLUE value IS 96 (37.89% from 255) = 48%

R = 1%
G = 51%
B = 48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#026660 (or 0x026660) is known color: Mosque. HEX triplet: 02, 66 and 60. RGB value is (2,102,96). Sum of RGB (Red+Green+Blue) = 2+102+96=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #026660 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026660 is #FD999F. Grayscale: #474747. Windows color (decimal): -16619936 or 6317570. OLE color: 6317570.

HSL color Cylindrical-coordinate representation of color #026660: hue angle of 176.4º 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 #026660 is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 96 -
CMYK 0.98 0 0.06 0.6
HSL 176.4º 0.96% 0.2% -
HSV(B) 176.4º 0.98% 0.4% -
XYZ 6.89 10.36 12.7 -
YUV 71.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 2 102 96 0.98 0 0.06 0.6 176.4 0.96 0.2
Hex 2 66 60 62 0 6 3C B0 60 14
Octal 2 146 140 142 0 6 74 260 140 24
Binary 10 1100110 1100000 1100010 0 110 111100 10110000 1100000 10100

Color Harmonies of #026660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026660

Black with #026660

Text Example


Text Example

White with #026660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026660; }

 p { color: rgb(2,102,96); }

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

background-color css

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

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

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

border-color css

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

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

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