Html Css Color HEX #026063 Mosque

📋 copy color: '#026063'

red 2 ◦ green 96 ◦ blue 99

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

Shades of Mosque #026063

Tints of Mosque #026063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 48.73%

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

R = 1.02%
G = 48.73%
B = 50.25%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#026063 (or 0x026063) is known color: Mosque. HEX triplet: 02, 60 and 63. RGB value is (2,96,99). Sum of RGB (Red+Green+Blue) = 2+96+99=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #026063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026063 is #FD9F9C. Grayscale: #444444. Windows color (decimal): -16621469 or 6512642. OLE color: 6512642.

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

Color convert

RGB 2 96 99 -
CMYK 0.98 0.03 0 0.61
HSL 181.86º 0.96% 0.2% -
HSV(B) 181.86º 0.98% 0.39% -
XYZ 6.46 9.28 13.26 -
YUV 68.24 145.36 80.76 -
System Red Green Blue C M Y K H S L
Decimal 2 96 99 0.98 0.03 0 0.61 181.86 0.96 0.2
Hex 2 60 63 62 3 0 3D B6 60 14
Octal 2 140 143 142 3 0 75 266 140 24
Binary 10 1100000 1100011 1100010 11 0 111101 10110110 1100000 10100

Color Harmonies of #026063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026063

Black with #026063

Text Example


Text Example

White with #026063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026063; }

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

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

background-color css

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

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

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

border-color css

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

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

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