#112961

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

Shades of Sapphire #112961

Tints of Sapphire #112961

Color information

#112961 (or 0x112961) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 61. RGB value is (17,41,97). Sum of RGB (Red+Green+Blue) = 17+41+97=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #112961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112961 is #EED69E. Grayscale: #272727. Windows color (decimal): -15652511 or 6367505. OLE color: 6367505.

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

Color convert

RGB174197-
CMYK0.820.5800.62
HSL222º70.18%22.35%-
HSV(B)222º82.47%38.04%-
XYZ3.182.5711.64-
YUV40.21160.05111.45-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.97%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 97 (38.28% from 255) = 62.58%
R=10.97%
G=26.45%
B=62.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1741970.820.5800.6222270.1822.35
Hex112961523A03Ede4616
Octal21511411227207633610626
Binary1000110100111000011010010111010011111011011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112961; }

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

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

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

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

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

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

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

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