#113692

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

Shades of Smalt #113692

Tints of Smalt #113692

Color information

#113692 (or 0x113692) is unknown color: approx Smalt. HEX triplet: 11, 36 and 92. RGB value is (17,54,146). Sum of RGB (Red+Green+Blue) = 17+54+146=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 146 (57.42% from 255 or 67.28% from 217); Max value from RGB is 146 - color contains mainly: blue. Hex color #113692 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113692 is #EEC96D. Grayscale: #353535. Windows color (decimal): -15649134 or 9582097. OLE color: 9582097.

HSL color Cylindrical-coordinate representation of color #113692: hue angle of 222.79º 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 #113692 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1754146-
CMYK0.880.6300.43
HSL222.79º79.14%31.96%-
HSV(B)222.79º88.36%57.25%-
XYZ6.744.8327.77-
YUV53.42180.24102.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.83%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 146 (57.42% from 255) = 67.28%
R=7.83%
G=24.88%
B=67.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17541460.880.6300.43222.7979.1431.96
Hex113692583F02Bdf4f20
Octal21662221307705333711740
Binary100011101101001001010110001111110101011110111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113692; }

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

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

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

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

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

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

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

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