#112671

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

Shades of Sapphire #112671

Tints of Sapphire #112671

Color information

#112671 (or 0x112671) is unknown color: approx Sapphire. HEX triplet: 11, 26 and 71. RGB value is (17,38,113). Sum of RGB (Red+Green+Blue) = 17+38+113=168 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.12% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #112671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112671 is #EED98E. Grayscale: #272727. Windows color (decimal): -15653263 or 7415313. OLE color: 7415313.

HSL color Cylindrical-coordinate representation of color #112671: hue angle of 226.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112671 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1738113-
CMYK0.850.6600.56
HSL226.88º73.85%25.49%-
HSV(B)226.88º84.96%44.31%-
XYZ3.92.715.94-
YUV40.27169.04111.4-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.12%
GREEN value IS 38 (15.23% from 255) = 22.62%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=10.12%
G=22.62%
B=67.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17381130.850.6600.56226.8873.8525.49
Hex1126715542038e34a19
Octal214616112510207034311231
Binary10001100110111000110101011000010011100011100011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112671; }

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

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

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

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

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

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

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

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