#112A86

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

Shades of Smalt #112A86

Tints of Smalt #112A86

Color information

#112A86 (or 0x112A86) is unknown color: approx Smalt. HEX triplet: 11, 2A and 86. RGB value is (17,42,134). Sum of RGB (Red+Green+Blue) = 17+42+134=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #112A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #112A86 is #EED579. Grayscale: #2C2C2C. Windows color (decimal): -15652218 or 8792593. OLE color: 8792593.

HSL color Cylindrical-coordinate representation of color #112A86: hue angle of 227.18º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #112A86 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1742134-
CMYK0.870.6900.47
HSL227.18º77.48%29.61%-
HSV(B)227.18º87.31%52.55%-
XYZ5.363.522.95-
YUV45.01178.22108.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.81%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 134 (52.73% from 255) = 69.43%
R=8.81%
G=21.76%
B=69.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17421340.870.6900.47227.1877.4829.61
Hex112A86574502Fe34d1e
Octal215220612710505734311536
Binary100011010101000011010101111000101010111111100011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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