#113387

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

Shades of Smalt #113387

Tints of Smalt #113387

Color information

#113387 (or 0x113387) is unknown color: approx Smalt. HEX triplet: 11, 33 and 87. RGB value is (17,51,135). Sum of RGB (Red+Green+Blue) = 17+51+135=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 135 (53.12% from 255 or 66.50% from 203); Max value from RGB is 135 - color contains mainly: blue. Hex color #113387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113387 is #EECC78. Grayscale: #323232. Windows color (decimal): -15649913 or 8860433. OLE color: 8860433.

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

Color convert

RGB1751135-
CMYK0.870.6200.47
HSL222.71º77.63%29.8%-
HSV(B)222.71º87.41%52.94%-
XYZ5.794.2423.43-
YUV50.41175.74104.17-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.37%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 135 (53.12% from 255) = 66.50%
R=8.37%
G=25.12%
B=66.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17511350.870.6200.47222.7177.6329.8
Hex113387573E02Fdf4e1e
Octal21632071277605733711636
Binary10001110011100001111010111111110010111111011111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113387; }

 p { color: rgb(17,51,135); }

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

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

 a { background-color: rgb(17,51,135); }

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

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

 span { border-color: rgb(17,51,135); }

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