#112E5D

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

Shades of Sapphire #112E5D

Tints of Sapphire #112E5D

Color information

#112E5D (or 0x112E5D) is unknown color: approx Sapphire. HEX triplet: 11, 2E and 5D. RGB value is (17,46,93). Sum of RGB (Red+Green+Blue) = 17+46+93=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #112E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E5D is #EED1A2. Grayscale: #2A2A2A. Windows color (decimal): -15651235 or 6106641. OLE color: 6106641.

HSL color Cylindrical-coordinate representation of color #112E5D: hue angle of 217.11º 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 #112E5D is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB174693-
CMYK0.820.5100.64
HSL217.11º69.09%21.57%-
HSV(B)217.11º81.72%36.47%-
XYZ3.182.8610.74-
YUV42.69156.39109.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 46 (18.36% from 255) = 29.49%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=10.90%
G=29.49%
B=59.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1746930.820.5100.64217.1169.0921.57
Hex112E5D5233040d94516
Octal215613512263010033110526
Binary10001101110101110110100101100110100000011011001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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