#112760

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

Shades of Sapphire #112760

Tints of Sapphire #112760

Color information

#112760 (or 0x112760) is unknown color: approx Sapphire. HEX triplet: 11, 27 and 60. RGB value is (17,39,96). Sum of RGB (Red+Green+Blue) = 17+39+96=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #112760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112760 is #EED89F. Grayscale: #262626. Windows color (decimal): -15653024 or 6301457. OLE color: 6301457.

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

Color convert

RGB173996-
CMYK0.820.5900.62
HSL223.29º69.91%22.16%-
HSV(B)223.29º82.29%37.65%-
XYZ3.072.4111.37-
YUV38.92160.21112.37-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.18%
GREEN value IS 39 (15.62% from 255) = 25.66%
BLUE value IS 96 (37.89% from 255) = 63.16%
R=11.18%
G=25.66%
B=63.16%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1739960.820.5900.62223.2969.9122.16
Hex112760523B03Edf4616
Octal21471401227307633710626
Binary1000110011111000001010010111011011111011011111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112760; }

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

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

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

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

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

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

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

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