#113D95

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

Shades of Smalt #113D95

Tints of Smalt #113D95

Color information

#113D95 (or 0x113D95) is unknown color: approx Smalt. HEX triplet: 11, 3D and 95. RGB value is (17,61,149). Sum of RGB (Red+Green+Blue) = 17+61+149=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #113D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D95 is #EEC26A. Grayscale: #393939. Windows color (decimal): -15647339 or 9780497. OLE color: 9780497.

HSL color Cylindrical-coordinate representation of color #113D95: hue angle of 220º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113D95 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1761149-
CMYK0.890.5900.42
HSL220º79.52%32.55%-
HSV(B)220º88.59%58.43%-
XYZ7.325.6329.13-
YUV57.88179.4298.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 149 (58.59% from 255) = 65.64%
R=7.49%
G=26.87%
B=65.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17611490.890.5900.4222079.5232.55
Hex113D95593B02Adc5021
Octal21752251317305233412041
Binary100011111011001010110110011110110101010110111001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,61,149); }

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

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

 a { background-color: rgb(17,61,149); }

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

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

 span { border-color: rgb(17,61,149); }

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