Html Css Color HEX #026355 Mosque

📋 copy color: '#026355'

red 2 ◦ green 99 ◦ blue 85

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

Shades of Mosque #026355

Tints of Mosque #026355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.23%

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

R = 1.08%
G = 53.23%
B = 45.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#026355 (or 0x026355) is known color: Mosque. HEX triplet: 02, 63 and 55. RGB value is (2,99,85). Sum of RGB (Red+Green+Blue) = 2+99+85=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 99 (39.06% from 255 or 53.23% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 99 - color contains mainly: green. Hex color #026355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026355 is #FD9CAA. Grayscale: #444444. Windows color (decimal): -16620715 or 5595906. OLE color: 5595906.

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

Color convert

RGB 2 99 85 -
CMYK 0.98 0 0.14 0.61
HSL 171.34º 0.96% 0.2% -
HSV(B) 171.34º 0.98% 0.39% -
XYZ 6.13 9.59 10.12 -
YUV 68.4 137.36 80.64 -
System Red Green Blue C M Y K H S L
Decimal 2 99 85 0.98 0 0.14 0.61 171.34 0.96 0.2
Hex 2 63 55 62 0 E 3D AB 60 14
Octal 2 143 125 142 0 16 75 253 140 24
Binary 10 1100011 1010101 1100010 0 1110 111101 10101011 1100000 10100

Color Harmonies of #026355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026355

Black with #026355

Text Example


Text Example

White with #026355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026355; }

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

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

background-color css

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

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

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

border-color css

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

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

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