#112761

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

Shades of Sapphire #112761

Tints of Sapphire #112761

Color information

#112761 (or 0x112761) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 61. RGB value is (17,39,97). Sum of RGB (Red+Green+Blue) = 17+39+97=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 97 (38.28% from 255 or 63.40% from 153); Max value from RGB is 97 - color contains mainly: blue. Hex color #112761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112761 is #EED89E. Grayscale: #262626. Windows color (decimal): -15653023 or 6366993. OLE color: 6366993.

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

Color convert

RGB173997-
CMYK0.820.6000.62
HSL223.5º70.18%22.35%-
HSV(B)223.5º82.47%38.04%-
XYZ3.112.4311.61-
YUV39.03160.71112.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.11%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 97 (38.28% from 255) = 63.40%
R=11.11%
G=25.49%
B=63.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1739970.820.6000.62223.570.1822.35
Hex112761523C03Ee04616
Octal21471411227407634010626
Binary1000110011111000011010010111100011111011100000100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112761; }

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

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

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

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

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

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

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

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