#112157

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

Shades of Sapphire #112157

Tints of Sapphire #112157

Color information

#112157 (or 0x112157) is unknown color: approx Sapphire. HEX triplet: 11, 21 and 57. RGB value is (17,33,87). Sum of RGB (Red+Green+Blue) = 17+33+87=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #112157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112157 is #EEDEA8. Grayscale: #222222. Windows color (decimal): -15654569 or 5710097. OLE color: 5710097.

HSL color Cylindrical-coordinate representation of color #112157: hue angle of 226.29º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #112157 is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB173387-
CMYK0.800.6200.66
HSL226.29º67.31%20.39%-
HSV(B)226.29º80.46%34.12%-
XYZ2.51.99.25-
YUV34.37157.7115.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 87 (34.38% from 255) = 63.50%
R=12.41%
G=24.09%
B=63.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1733870.800.6200.66226.2967.3120.39
Hex112157503E042e24314
Octal214112712076010234210324
Binary10001100001101011110100001111100100001011100010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112157; }

 p { color: rgb(17,33,87); }

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

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

 a { background-color: rgb(17,33,87); }

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

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

 span { border-color: rgb(17,33,87); }

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