#112960

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

Shades of Sapphire #112960

Tints of Sapphire #112960

Color information

#112960 (or 0x112960) is unknown color: approx Sapphire. HEX triplet: 11, 29 and 60. RGB value is (17,41,96). Sum of RGB (Red+Green+Blue) = 17+41+96=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #112960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112960 is #EED69F. Grayscale: #272727. Windows color (decimal): -15652512 or 6301969. OLE color: 6301969.

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

Color convert

RGB174196-
CMYK0.820.5700.62
HSL221.77º69.91%22.16%-
HSV(B)221.77º82.29%37.65%-
XYZ3.142.5511.39-
YUV40.09159.55111.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 41 (16.41% from 255) = 26.62%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=11.04%
G=26.62%
B=62.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1741960.820.5700.62221.7769.9122.16
Hex112960523903Ede4616
Octal21511401227107633610626
Binary1000110100111000001010010111001011111011011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112960; }

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

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

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

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

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

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

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

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