#112F5C

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

Shades of Sapphire #112F5C

Tints of Sapphire #112F5C

Color information

#112F5C (or 0x112F5C) is unknown color: approx Sapphire. HEX triplet: 11, 2F and 5C. RGB value is (17,47,92). Sum of RGB (Red+Green+Blue) = 17+47+92=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #112F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112F5C is #EED0A3. Grayscale: #2A2A2A. Windows color (decimal): -15650980 or 6041361. OLE color: 6041361.

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

Color convert

RGB174792-
CMYK0.820.4900.64
HSL216º68.81%21.37%-
HSV(B)216º81.52%36.08%-
XYZ3.182.9210.52-
YUV43.16155.56109.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.90%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=10.90%
G=30.13%
B=58.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1747920.820.4900.6421668.8121.37
Hex112F5C5231040d84515
Octal215713412261010033010525
Binary10001101111101110010100101100010100000011011000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,47,92); }

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

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

 a { background-color: rgb(17,47,92); }

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

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

 span { border-color: rgb(17,47,92); }

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