#112D5D

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

Shades of Sapphire #112D5D

Tints of Sapphire #112D5D

Color information

#112D5D (or 0x112D5D) is unknown color: approx Sapphire. HEX triplet: 11, 2D and 5D. RGB value is (17,45,93). Sum of RGB (Red+Green+Blue) = 17+45+93=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 93 (36.72% from 255 or 60% from 155); Max value from RGB is 93 - color contains mainly: blue. Hex color #112D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D5D is #EED2A2. Grayscale: #292929. Windows color (decimal): -15651491 or 6106385. OLE color: 6106385.

HSL color Cylindrical-coordinate representation of color #112D5D: hue angle of 217.89º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112D5D is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB174593-
CMYK0.820.5200.64
HSL217.89º69.09%21.57%-
HSV(B)217.89º81.72%36.47%-
XYZ3.152.7910.73-
YUV42.1156.72110.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 45 (17.97% from 255) = 29.03%
BLUE value IS 93 (36.72% from 255) = 60%
R=10.97%
G=29.03%
B=60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1745930.820.5200.64217.8969.0921.57
Hex112D5D5234040da4516
Octal215513512264010033210526
Binary10001101101101110110100101101000100000011011010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,45,93); }

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

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

 a { background-color: rgb(17,45,93); }

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

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

 span { border-color: rgb(17,45,93); }

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