Html Css Color HEX #026863 Mosque

📋 copy color: '#026863'

red 2 ◦ green 104 ◦ blue 99

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

Shades of Mosque #026863

Tints of Mosque #026863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 50.73%

 BLUE value IS 99 (39.06% from 255) = 48.29%

R = 0.98%
G = 50.73%
B = 48.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#026863 (or 0x026863) is known color: Mosque. HEX triplet: 02, 68 and 63. RGB value is (2,104,99). Sum of RGB (Red+Green+Blue) = 2+104+99=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #026863 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026863 is #FD979C. Grayscale: #484848. Windows color (decimal): -16619421 or 6514690. OLE color: 6514690.

HSL color Cylindrical-coordinate representation of color #026863: hue angle of 177.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026863 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 104 99 -
CMYK 0.98 0 0.05 0.59
HSL 177.06º 0.96% 0.21% -
HSV(B) 177.06º 0.98% 0.41% -
XYZ 7.23 10.81 13.51 -
YUV 72.93 142.71 77.41 -
System Red Green Blue C M Y K H S L
Decimal 2 104 99 0.98 0 0.05 0.59 177.06 0.96 0.21
Hex 2 68 63 62 0 5 3B B1 60 15
Octal 2 150 143 142 0 5 73 261 140 25
Binary 10 1101000 1100011 1100010 0 101 111011 10110001 1100000 10101

Color Harmonies of #026863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026863

Black with #026863

Text Example


Text Example

White with #026863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026863; }

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

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

background-color css

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

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

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

border-color css

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

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

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