#112B82

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

Shades of Sapphire #112B82

Tints of Sapphire #112B82

Color information

#112B82 (or 0x112B82) is unknown color: approx Sapphire. HEX triplet: 11, 2B and 82. RGB value is (17,43,130). Sum of RGB (Red+Green+Blue) = 17+43+130=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #112B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112B82 is #EED47D. Grayscale: #2C2C2C. Windows color (decimal): -15651966 or 8530705. OLE color: 8530705.

HSL color Cylindrical-coordinate representation of color #112B82: hue angle of 226.19º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112B82 is Cyan = 0.87, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1743130-
CMYK0.870.6700.49
HSL226.19º76.87%28.82%-
HSV(B)226.19º86.92%50.98%-
XYZ5.123.4621.52-
YUV45.14175.89107.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 43 (17.19% from 255) = 22.63%
BLUE value IS 130 (51.17% from 255) = 68.42%
R=8.95%
G=22.63%
B=68.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17431300.870.6700.49226.1976.8728.82
Hex112B825743031e24d1d
Octal215320212710306134211535
Binary100011010111000001010101111000011011000111100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112B82; }

 p { color: rgb(17,43,130); }

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

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

 a { background-color: rgb(17,43,130); }

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

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

 span { border-color: rgb(17,43,130); }

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