#113176

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

Shades of Sapphire #113176

Tints of Sapphire #113176

Color information

#113176 (or 0x113176) is unknown color: approx Sapphire. HEX triplet: 11, 31 and 76. RGB value is (17,49,118). Sum of RGB (Red+Green+Blue) = 17+49+118=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #113176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113176 is #EECE89. Grayscale: #2E2E2E. Windows color (decimal): -15650442 or 7745809. OLE color: 7745809.

HSL color Cylindrical-coordinate representation of color #113176: hue angle of 220.99º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113176 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1749118-
CMYK0.860.5800.54
HSL220.99º74.81%26.47%-
HSV(B)220.99º85.59%46.27%-
XYZ4.63.6217.6-
YUV47.3167.9106.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.24%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 118 (46.48% from 255) = 64.13%
R=9.24%
G=26.63%
B=64.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17491180.860.5800.54220.9974.8126.47
Hex113176563A036dd4b1a
Octal21611661267206633511332
Binary1000111000111101101010110111010011011011011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113176; }

 p { color: rgb(17,49,118); }

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

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

 a { background-color: rgb(17,49,118); }

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

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

 span { border-color: rgb(17,49,118); }

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