#096263

Color #096263 Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #096263

Tints of Mosque #096263

Color information

#096263 (or 0x096263) is unknown color: approx Mosque. HEX triplet: 09, 62 and 63. RGB value is (9,98,99). Sum of RGB (Red+Green+Blue) = 9+98+99=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #096263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096263 is #F69D9C. Grayscale: #474747. Windows color (decimal): -16162205 or 6513161. OLE color: 6513161.

HSL color Cylindrical-coordinate representation of color #096263: hue angle of 180.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096263 is Cyan = 0.91, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB99899-
CMYK0.910.0100.61
HSL180.67º83.33%21.18%-
HSV(B)180.67º90.91%38.82%-
XYZ6.739.6913.32-
YUV71.5143.5183.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 99 (39.06% from 255) = 48.06%
R=4.37%
G=47.57%
B=48.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal998990.910.0100.61180.6783.3321.18
Hex962635B103Db55315
Octal11142143133107526512325
Binary10011100010110001110110111011110110110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096263; }

 p { color: rgb(9,98,99); }

 H1.HeaderClassName
 {
   color: #096263;
 }
 .AnyTagClassName
 {
   color: #096263;
 }
</style>
background-color css

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

 a { background-color: rgb(9,98,99); }

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

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

 span { border-color: rgb(9,98,99); }

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