#112F82

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

Shades of Smalt #112F82

Tints of Smalt #112F82

Color information

#112F82 (or 0x112F82) is unknown color: approx Smalt. HEX triplet: 11, 2F and 82. RGB value is (17,47,130). Sum of RGB (Red+Green+Blue) = 17+47+130=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #112F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112F82 is #EED07D. Grayscale: #2F2F2F. Windows color (decimal): -15650942 or 8531729. OLE color: 8531729.

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

Color convert

RGB1747130-
CMYK0.870.6400.49
HSL224.07º76.87%28.82%-
HSV(B)224.07º86.92%50.98%-
XYZ5.283.7621.57-
YUV47.49174.56106.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.76%
GREEN value IS 47 (18.75% from 255) = 24.23%
BLUE value IS 130 (51.17% from 255) = 67.01%
R=8.76%
G=24.23%
B=67.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17471300.870.6400.49224.0776.8728.82
Hex112F825740031e04d1d
Octal215720212710006134011535
Binary100011011111000001010101111000000011000111100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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