Html Css Color HEX #026255 Mosque

📋 copy color: '#026255'

red 2 ◦ green 98 ◦ blue 85

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

Shades of Mosque #026255

Tints of Mosque #026255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.97%

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

R = 1.08%
G = 52.97%
B = 45.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#026255 (or 0x026255) is known color: Mosque. HEX triplet: 02, 62 and 55. RGB value is (2,98,85). Sum of RGB (Red+Green+Blue) = 2+98+85=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #026255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026255 is #FD9DAA. Grayscale: #434343. Windows color (decimal): -16620971 or 5595650. OLE color: 5595650.

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

Color convert

RGB 2 98 85 -
CMYK 0.98 0 0.13 0.62
HSL 171.88º 0.96% 0.2% -
HSV(B) 171.88º 0.98% 0.38% -
XYZ 6.03 9.4 10.09 -
YUV 67.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 2 98 85 0.98 0 0.13 0.62 171.88 0.96 0.2
Hex 2 62 55 62 0 D 3E AC 60 14
Octal 2 142 125 142 0 15 76 254 140 24
Binary 10 1100010 1010101 1100010 0 1101 111110 10101100 1100000 10100

Color Harmonies of #026255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026255

Black with #026255

Text Example


Text Example

White with #026255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026255; }

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

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

background-color css

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

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

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

border-color css

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

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

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