#112776

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

Shades of Sapphire #112776

Tints of Sapphire #112776

Color information

#112776 (or 0x112776) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 76. RGB value is (17,39,118). Sum of RGB (Red+Green+Blue) = 17+39+118=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #112776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112776 is #EED889. Grayscale: #292929. Windows color (decimal): -15653002 or 7743249. OLE color: 7743249.

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

Color convert

RGB1739118-
CMYK0.860.6700.54
HSL226.93º74.81%26.47%-
HSV(B)226.93º85.59%46.27%-
XYZ4.232.8817.47-
YUV41.43171.21110.58-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 118 (46.48% from 255) = 67.82%
R=9.77%
G=22.41%
B=67.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17391180.860.6700.54226.9374.8126.47
Hex1127765643036e34b1a
Octal214716612610306634311332
Binary10001100111111011010101101000011011011011100011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112776; }

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

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

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

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

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

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

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

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