#112857

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

Shades of Sapphire #112857

Tints of Sapphire #112857

Color information

#112857 (or 0x112857) is unknown color: approx Sapphire. HEX triplet: 11, 28 and 57. RGB value is (17,40,87). Sum of RGB (Red+Green+Blue) = 17+40+87=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #112857 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112857 is #EED7A8. Grayscale: #262626. Windows color (decimal): -15652777 or 5711889. OLE color: 5711889.

HSL color Cylindrical-coordinate representation of color #112857: hue angle of 220.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 #112857 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB174087-
CMYK0.800.5400.66
HSL220.29º67.31%20.39%-
HSV(B)220.29º80.46%34.12%-
XYZ2.712.329.32-
YUV38.48155.38112.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.81%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 87 (34.38% from 255) = 60.42%
R=11.81%
G=27.78%
B=60.42%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1740870.800.5400.66220.2967.3120.39
Hex1128575036042dc4314
Octal215012712066010233410324
Binary10001101000101011110100001101100100001011011100100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112857; }

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

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

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

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

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

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

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

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