#113486

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

Shades of Smalt #113486

Tints of Smalt #113486

Color information

#113486 (or 0x113486) is unknown color: approx Smalt. HEX triplet: 11, 34 and 86. RGB value is (17,52,134). Sum of RGB (Red+Green+Blue) = 17+52+134=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #113486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113486 is #EECB79. Grayscale: #323232. Windows color (decimal): -15649658 or 8795153. OLE color: 8795153.

HSL color Cylindrical-coordinate representation of color #113486: hue angle of 222.05º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #113486 is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1752134-
CMYK0.870.6100.47
HSL222.05º77.48%29.61%-
HSV(B)222.05º87.31%52.55%-
XYZ5.764.323.08-
YUV50.88174.9103.83-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 134 (52.73% from 255) = 66.01%
R=8.37%
G=25.62%
B=66.01%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17521340.870.6100.47222.0577.4829.61
Hex113486573D02Fde4d1e
Octal21642061277505733611536
Binary10001110100100001101010111111101010111111011110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113486; }

 p { color: rgb(17,52,134); }

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

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

 a { background-color: rgb(17,52,134); }

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

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

 span { border-color: rgb(17,52,134); }

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