Html Css Color HEX #026655 Mosque

📋 copy color: '#026655'

red 2 ◦ green 102 ◦ blue 85

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

Shades of Mosque #026655

Tints of Mosque #026655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.97%

R = 1.06%
G = 53.97%
B = 44.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.6

RGB Variations

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

Color information

#026655 (or 0x026655) is known color: Mosque. HEX triplet: 02, 66 and 55. RGB value is (2,102,85). Sum of RGB (Red+Green+Blue) = 2+102+85=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 102 (40.23% from 255 or 53.97% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 102 - color contains mainly: green. Hex color #026655 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026655 is #FD99AA. Grayscale: #464646. Windows color (decimal): -16619947 or 5596674. OLE color: 5596674.

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

Color convert

RGB 2 102 85 -
CMYK 0.98 0 0.17 0.6
HSL 169.8º 0.96% 0.2% -
HSV(B) 169.8º 0.98% 0.4% -
XYZ 6.42 10.17 10.22 -
YUV 70.16 136.37 79.38 -
System Red Green Blue C M Y K H S L
Decimal 2 102 85 0.98 0 0.17 0.6 169.8 0.96 0.2
Hex 2 66 55 62 0 11 3C AA 60 14
Octal 2 146 125 142 0 21 74 252 140 24
Binary 10 1100110 1010101 1100010 0 10001 111100 10101010 1100000 10100

Color Harmonies of #026655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026655

Black with #026655

Text Example


Text Example

White with #026655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026655; }

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

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

background-color css

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

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

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

border-color css

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

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

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