Html Css Color HEX #026562 Mosque

📋 copy color: '#026562'

red 2 ◦ green 101 ◦ blue 98

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

Shades of Mosque #026562

Tints of Mosque #026562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.25%

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 1%
G = 50.25%
B = 48.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.60

RGB Variations

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

Color information

#026562 (or 0x026562) is known color: Mosque. HEX triplet: 02, 65 and 62. RGB value is (2,101,98). Sum of RGB (Red+Green+Blue) = 2+101+98=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 101 (39.84% from 255 or 50.25% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 101 - color contains mainly: green. Hex color #026562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026562 is #FD9A9D. Grayscale: #464646. Windows color (decimal): -16620190 or 6448386. OLE color: 6448386.

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

Color convert

RGB 2 101 98 -
CMYK 0.98 0 0.03 0.60
HSL 178.18º 0.96% 0.2% -
HSV(B) 178.18º 0.98% 0.4% -
XYZ 6.88 10.2 13.16 -
YUV 71.06 143.2 78.74 -
System Red Green Blue C M Y K H S L
Decimal 2 101 98 0.98 0 0.03 0.60 178.18 0.96 0.2
Hex 2 65 62 62 0 3 3C B2 60 14
Octal 2 145 142 142 0 3 74 262 140 24
Binary 10 1100101 1100010 1100010 0 11 111100 10110010 1100000 10100

Color Harmonies of #026562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026562

Black with #026562

Text Example


Text Example

White with #026562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026562; }

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

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

background-color css

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

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

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

border-color css

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

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

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