#113490

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

Shades of Smalt #113490

Tints of Smalt #113490

Color information

#113490 (or 0x113490) is unknown color: approx Smalt. HEX triplet: 11, 34 and 90. RGB value is (17,52,144). Sum of RGB (Red+Green+Blue) = 17+52+144=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #113490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113490 is #EECB6F. Grayscale: #333333. Windows color (decimal): -15649648 or 9450513. OLE color: 9450513.

HSL color Cylindrical-coordinate representation of color #113490: hue angle of 223.46º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113490 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1752144-
CMYK0.880.6400.44
HSL223.46º78.88%31.57%-
HSV(B)223.46º88.19%56.47%-
XYZ6.494.5926.93-
YUV52.02179.9103.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=7.98%
G=24.41%
B=67.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17521440.880.6400.44223.4678.8831.57
Hex113490584002Cdf4f20
Octal216422013010005433711740
Binary1000111010010010000101100010000000101100110111111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113490; }

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

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

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

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

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

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

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

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