#113A95

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

Shades of Smalt #113A95

Tints of Smalt #113A95

Color information

#113A95 (or 0x113A95) is unknown color: approx Smalt. HEX triplet: 11, 3A and 95. RGB value is (17,58,149). Sum of RGB (Red+Green+Blue) = 17+58+149=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #113A95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A95 is #EEC56A. Grayscale: #373737. Windows color (decimal): -15648107 or 9779729. OLE color: 9779729.

HSL color Cylindrical-coordinate representation of color #113A95: hue angle of 221.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #113A95 is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1758149-
CMYK0.890.6100.42
HSL221.36º79.52%32.55%-
HSV(B)221.36º88.59%58.43%-
XYZ7.175.3229.08-
YUV56.11180.42100.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.59%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=7.59%
G=25.89%
B=66.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17581490.890.6100.42221.3679.5232.55
Hex113A95593D02Add5021
Octal21722251317505233512041
Binary100011110101001010110110011111010101010110111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113A95; }

 p { color: rgb(17,58,149); }

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

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

 a { background-color: rgb(17,58,149); }

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

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

 span { border-color: rgb(17,58,149); }

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