#112060

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

Shades of Sapphire #112060

Tints of Sapphire #112060

Color information

#112060 (or 0x112060) is unknown color: approx Sapphire. HEX triplet: 11, 20 and 60. RGB value is (17,32,96). Sum of RGB (Red+Green+Blue) = 17+32+96=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #112060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112060 is #EEDF9F. Grayscale: #222222. Windows color (decimal): -15654816 or 6299665. OLE color: 6299665.

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

Color convert

RGB173296-
CMYK0.820.6700.62
HSL228.61º69.91%22.16%-
HSV(B)228.61º82.29%37.65%-
XYZ2.86211.3-
YUV34.81162.53115.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 96 (37.89% from 255) = 66.21%
R=11.72%
G=22.07%
B=66.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1732960.820.6700.62228.6169.9122.16
Hex112060524303Ee54616
Octal214014012210307634510626
Binary10001100000110000010100101000011011111011100101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112060; }

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

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

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

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

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

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

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

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