#113082

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

Shades of Smalt #113082

Tints of Smalt #113082

Color information

#113082 (or 0x113082) is unknown color: approx Smalt. HEX triplet: 11, 30 and 82. RGB value is (17,48,130). Sum of RGB (Red+Green+Blue) = 17+48+130=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #113082 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113082 is #EECF7D. Grayscale: #2F2F2F. Windows color (decimal): -15650686 or 8531985. OLE color: 8531985.

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

Color convert

RGB1748130-
CMYK0.870.6300.49
HSL223.54º76.87%28.82%-
HSV(B)223.54º86.92%50.98%-
XYZ5.323.8421.58-
YUV48.08174.23105.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.72%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=8.72%
G=24.62%
B=66.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17481300.870.6300.49223.5476.8728.82
Hex113082573F031e04d1d
Octal21602021277706134011535
Binary10001110000100000101010111111111011000111100000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113082; }

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

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

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

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

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

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

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

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