#113689

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

Shades of Smalt #113689

Tints of Smalt #113689

Color information

#113689 (or 0x113689) is unknown color: approx Smalt. HEX triplet: 11, 36 and 89. RGB value is (17,54,137). Sum of RGB (Red+Green+Blue) = 17+54+137=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #113689 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113689 is #EEC976. Grayscale: #343434. Windows color (decimal): -15649143 or 8992273. OLE color: 8992273.

HSL color Cylindrical-coordinate representation of color #113689: hue angle of 221.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113689 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1754137-
CMYK0.880.6100.46
HSL221.5º77.92%30.2%-
HSV(B)221.5º87.59%53.73%-
XYZ6.074.5624.23-
YUV52.4175.74102.75-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.17%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 137 (53.91% from 255) = 65.87%
R=8.17%
G=25.96%
B=65.87%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal17541370.880.6100.46221.577.9230.2
Hex113689583D02Ede4e1e
Octal21662111307505633611636
Binary10001110110100010011011000111101010111011011110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113689; }

 p { color: rgb(17,54,137); }

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

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

 a { background-color: rgb(17,54,137); }

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

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

 span { border-color: rgb(17,54,137); }

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