#112361

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

Shades of Sapphire #112361

Tints of Sapphire #112361

Color information

#112361 (or 0x112361) is unknown color: approx Sapphire. HEX triplet: 11, 23 and 61. RGB value is (17,35,97). Sum of RGB (Red+Green+Blue) = 17+35+97=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #112361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112361 is #EEDC9E. Grayscale: #242424. Windows color (decimal): -15654047 or 6365969. OLE color: 6365969.

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

Color convert

RGB173597-
CMYK0.820.6400.62
HSL226.5º70.18%22.35%-
HSV(B)226.5º82.47%38.04%-
XYZ2.992.1811.57-
YUV36.69162.04113.96-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=11.41%
G=23.49%
B=65.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1735970.820.6400.62226.570.1822.35
Hex112361524003Ee24616
Octal214314112210007634210626
Binary10001100011110000110100101000000011111011100010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112361; }

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

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

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

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

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

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

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

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