#113893

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

Shades of Smalt #113893

Tints of Smalt #113893

Color information

#113893 (or 0x113893) is unknown color: approx Smalt. HEX triplet: 11, 38 and 93. RGB value is (17,56,147). Sum of RGB (Red+Green+Blue) = 17+56+147=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #113893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113893 is #EEC76C. Grayscale: #363636. Windows color (decimal): -15648621 or 9648145. OLE color: 9648145.

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

Color convert

RGB1756147-
CMYK0.880.6200.42
HSL222º79.27%32.16%-
HSV(B)222º88.44%57.65%-
XYZ6.915.0528.22-
YUV54.71180.08101.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 147 (57.81% from 255) = 66.82%
R=7.73%
G=25.45%
B=66.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17561470.880.6200.4222279.2732.16
Hex113893583E02Ade4f20
Octal21702231307605233611740
Binary100011110001001001110110001111100101010110111101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113893; }

 p { color: rgb(17,56,147); }

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

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

 a { background-color: rgb(17,56,147); }

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

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

 span { border-color: rgb(17,56,147); }

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