#112E71

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

Shades of Sapphire #112E71

Tints of Sapphire #112E71

Color information

#112E71 (or 0x112E71) is unknown color: approx Sapphire. HEX triplet: 11, 2E and 71. RGB value is (17,46,113). Sum of RGB (Red+Green+Blue) = 17+46+113=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 113 (44.53% from 255 or 64.20% from 176); Max value from RGB is 113 - color contains mainly: blue. Hex color #112E71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E71 is #EED18E. Grayscale: #2C2C2C. Windows color (decimal): -15651215 or 7417361. OLE color: 7417361.

HSL color Cylindrical-coordinate representation of color #112E71: hue angle of 221.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 #112E71 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1746113-
CMYK0.850.5900.56
HSL221.88º73.85%25.49%-
HSV(B)221.88º84.96%44.31%-
XYZ4.193.2716.03-
YUV44.97166.39108.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 113 (44.53% from 255) = 64.20%
R=9.66%
G=26.14%
B=64.20%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17461130.850.5900.56221.8873.8525.49
Hex112E71553B038de4a19
Octal21561611257307033611231
Binary1000110111011100011010101111011011100011011110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112E71; }

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

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

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

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

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

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

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

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