#112A82

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

Shades of Sapphire #112A82

Tints of Sapphire #112A82

Color information

#112A82 (or 0x112A82) is unknown color: approx Sapphire. HEX triplet: 11, 2A and 82. RGB value is (17,42,130). Sum of RGB (Red+Green+Blue) = 17+42+130=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #112A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A82 is #EED57D. Grayscale: #2C2C2C. Windows color (decimal): -15652222 or 8530449. OLE color: 8530449.

HSL color Cylindrical-coordinate representation of color #112A82: hue angle of 226.73º 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 #112A82 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1742130-
CMYK0.870.6800.49
HSL226.73º76.87%28.82%-
HSV(B)226.73º86.92%50.98%-
XYZ5.093.3921.5-
YUV44.56176.22108.34-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.99%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 68.78%
R=8.99%
G=22.22%
B=68.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17421300.870.6800.49226.7376.8728.82
Hex112A825744031e34d1d
Octal215220212710406134311535
Binary100011010101000001010101111000100011000111100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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