#112676

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

Shades of Sapphire #112676

Tints of Sapphire #112676

Color information

#112676 (or 0x112676) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 76. RGB value is (17,38,118). Sum of RGB (Red+Green+Blue) = 17+38+118=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #112676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112676 is #EED989. Grayscale: #282828. Windows color (decimal): -15653258 or 7742993. OLE color: 7742993.

HSL color Cylindrical-coordinate representation of color #112676: hue angle of 227.52º 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 #112676 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1738118-
CMYK0.860.6800.54
HSL227.52º74.81%26.47%-
HSV(B)227.52º85.59%46.27%-
XYZ4.192.8117.46-
YUV40.84171.54111-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 118 (46.48% from 255) = 68.21%
R=9.83%
G=21.97%
B=68.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17381180.860.6800.54227.5274.8126.47
Hex1126765644036e44b1a
Octal214616612610406634411332
Binary10001100110111011010101101000100011011011100100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112676; }

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

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

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

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

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

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

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

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