#112E61

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

Shades of Sapphire #112E61

Tints of Sapphire #112E61

Color information

#112E61 (or 0x112E61) is unknown color: approx Sapphire. HEX triplet: 11, 2E and 61. RGB value is (17,46,97). Sum of RGB (Red+Green+Blue) = 17+46+97=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 97 (38.28% from 255 or 60.62% from 160); Max value from RGB is 97 - color contains mainly: blue. Hex color #112E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112E61 is #EED19E. Grayscale: #2A2A2A. Windows color (decimal): -15651231 or 6368785. OLE color: 6368785.

HSL color Cylindrical-coordinate representation of color #112E61: hue angle of 218.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112E61 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB174697-
CMYK0.820.5300.62
HSL218.25º70.18%22.35%-
HSV(B)218.25º82.47%38.04%-
XYZ3.372.9411.7-
YUV43.14158.39109.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 46 (18.36% from 255) = 28.75%
BLUE value IS 97 (38.28% from 255) = 60.62%
R=10.62%
G=28.75%
B=60.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1746970.820.5300.62218.2570.1822.35
Hex112E61523503Eda4616
Octal21561411226507633210626
Binary1000110111011000011010010110101011111011011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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