Html Css Color HEX #026659 Mosque

📋 copy color: '#026659'

red 2 ◦ green 102 ◦ blue 89

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

Shades of Mosque #026659

Tints of Mosque #026659

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 1.04%
G = 52.85%
B = 46.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#026659 (or 0x026659) is known color: Mosque. HEX triplet: 02, 66 and 59. RGB value is (2,102,89). Sum of RGB (Red+Green+Blue) = 2+102+89=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 102 (40.23% from 255 or 52.85% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 102 - color contains mainly: green. Hex color #026659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026659 is #FD99A6. Grayscale: #464646. Windows color (decimal): -16619943 or 5858818. OLE color: 5858818.

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

Color convert

RGB 2 102 89 -
CMYK 0.98 0 0.13 0.6
HSL 172.2º 0.96% 0.2% -
HSV(B) 172.2º 0.98% 0.4% -
XYZ 6.58 10.24 11.08 -
YUV 70.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 2 102 89 0.98 0 0.13 0.6 172.2 0.96 0.2
Hex 2 66 59 62 0 D 3C AC 60 14
Octal 2 146 131 142 0 15 74 254 140 24
Binary 10 1100110 1011001 1100010 0 1101 111100 10101100 1100000 10100

Color Harmonies of #026659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026659

Black with #026659

Text Example


Text Example

White with #026659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026659; }

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

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

background-color css

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

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

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

border-color css

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

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

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