#113286

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

Shades of Smalt #113286

Tints of Smalt #113286

Color information

#113286 (or 0x113286) is unknown color: approx Smalt. HEX triplet: 11, 32 and 86. RGB value is (17,50,134). Sum of RGB (Red+Green+Blue) = 17+50+134=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 134 (52.73% from 255 or 66.67% from 201); Max value from RGB is 134 - color contains mainly: blue. Hex color #113286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113286 is #EECD79. Grayscale: #313131. Windows color (decimal): -15650170 or 8794641. OLE color: 8794641.

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

Color convert

RGB1750134-
CMYK0.870.6300.47
HSL223.08º77.48%29.61%-
HSV(B)223.08º87.31%52.55%-
XYZ5.674.1223.05-
YUV49.71175.57104.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 134 (52.73% from 255) = 66.67%
R=8.46%
G=24.88%
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.47
SystemRedGreenBlueCMYKHSL
Decimal17501340.870.6300.47223.0877.4829.61
Hex113286573F02Fdf4d1e
Octal21622061277705733711536
Binary10001110010100001101010111111111010111111011111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113286; }

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

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

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

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

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

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

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

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