#113792

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

Shades of Smalt #113792

Tints of Smalt #113792

Color information

#113792 (or 0x113792) is unknown color: approx Smalt. HEX triplet: 11, 37 and 92. RGB value is (17,55,146). Sum of RGB (Red+Green+Blue) = 17+55+146=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #113792 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113792 is #EEC86D. Grayscale: #353535. Windows color (decimal): -15648878 or 9582353. OLE color: 9582353.

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

Color convert

RGB1755146-
CMYK0.880.6200.43
HSL222.33º79.14%31.96%-
HSV(B)222.33º88.36%57.25%-
XYZ6.794.9327.79-
YUV54.01179.91101.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 146 (57.42% from 255) = 66.97%
R=7.80%
G=25.23%
B=66.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal17551460.880.6200.43222.3379.1431.96
Hex113792583E02Bde4f20
Octal21672221307605333611740
Binary100011101111001001010110001111100101011110111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113792; }

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

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

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

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

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

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

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

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