#112261

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

Shades of Sapphire #112261

Tints of Sapphire #112261

Color information

#112261 (or 0x112261) is unknown color: approx Sapphire. HEX triplet: 11, 22 and 61. RGB value is (17,34,97). Sum of RGB (Red+Green+Blue) = 17+34+97=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #112261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112261 is #EEDD9E. Grayscale: #232323. Windows color (decimal): -15654303 or 6365713. OLE color: 6365713.

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

Color convert

RGB173497-
CMYK0.820.6500.62
HSL227.25º70.18%22.35%-
HSV(B)227.25º82.47%38.04%-
XYZ2.962.1311.56-
YUV36.1162.37114.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.49%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 97 (38.28% from 255) = 65.54%
R=11.49%
G=22.97%
B=65.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1734970.820.6500.62227.2570.1822.35
Hex112261524103Ee34616
Octal214214112210107634310626
Binary10001100010110000110100101000001011111011100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112261; }

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

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

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

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

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

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

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

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