#113179

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

Shades of Sapphire #113179

Tints of Sapphire #113179

Color information

#113179 (or 0x113179) is unknown color: approx Sapphire. HEX triplet: 11, 31 and 79. RGB value is (17,49,121). Sum of RGB (Red+Green+Blue) = 17+49+121=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 121 (47.66% from 255 or 64.71% from 187); Max value from RGB is 121 - color contains mainly: blue. Hex color #113179 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113179 is #EECE86. Grayscale: #2F2F2F. Windows color (decimal): -15650439 or 7942417. OLE color: 7942417.

HSL color Cylindrical-coordinate representation of color #113179: hue angle of 221.54º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113179 is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1749121-
CMYK0.860.6000.53
HSL221.54º75.36%27.06%-
HSV(B)221.54º85.95%47.45%-
XYZ4.783.718.55-
YUV47.64169.4106.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 49 (19.53% from 255) = 26.20%
BLUE value IS 121 (47.66% from 255) = 64.71%
R=9.09%
G=26.20%
B=64.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17491210.860.6000.53221.5475.3627.06
Hex113179563C035de4b1b
Octal21611711267406533611333
Binary1000111000111110011010110111100011010111011110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113179; }

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

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

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

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

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

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

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

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