#113F92

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

Shades of Smalt #113F92

Tints of Smalt #113F92

Color information

#113F92 (or 0x113F92) is unknown color: approx Smalt. HEX triplet: 11, 3F and 92. RGB value is (17,63,146). Sum of RGB (Red+Green+Blue) = 17+63+146=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #113F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113F92 is #EEC06D. Grayscale: #3A3A3A. Windows color (decimal): -15646830 or 9584401. OLE color: 9584401.

HSL color Cylindrical-coordinate representation of color #113F92: hue angle of 218.6º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113F92 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1763146-
CMYK0.880.5700.43
HSL218.6º79.14%31.96%-
HSV(B)218.6º88.36%57.25%-
XYZ7.25.7527.92-
YUV58.71177.2698.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 63 (25% from 255) = 27.88%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=7.52%
G=27.88%
B=64.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17631460.880.5700.43218.679.1431.96
Hex113F92583902Bdb4f20
Octal21772221307105333311740
Binary100011111111001001010110001110010101011110110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113F92; }

 p { color: rgb(17,63,146); }

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

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

 a { background-color: rgb(17,63,146); }

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

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

 span { border-color: rgb(17,63,146); }

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