#095F63

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

Shades of Mosque #095F63

Tints of Mosque #095F63

Color information

#095F63 (or 0x095F63) is unknown color: approx Mosque. HEX triplet: 09, 5F and 63. RGB value is (9,95,99). Sum of RGB (Red+Green+Blue) = 9+95+99=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #095F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095F63 is #F6A09C. Grayscale: #454545. Windows color (decimal): -16162973 or 6512393. OLE color: 6512393.

HSL color Cylindrical-coordinate representation of color #095F63: hue angle of 182.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 #095F63 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB99599-
CMYK0.910.0400.61
HSL182.67º83.33%21.18%-
HSV(B)182.67º90.91%38.82%-
XYZ6.469.1413.23-
YUV69.74144.5184.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 95 (37.5% from 255) = 46.80%
BLUE value IS 99 (39.06% from 255) = 48.77%
R=4.43%
G=46.80%
B=48.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal995990.910.0400.61182.6783.3321.18
Hex95F635B403Db75315
Octal11137143133407526712325
Binary1001101111111000111011011100011110110110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095F63; }

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

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

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

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

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

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

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

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