#113A8F

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

Shades of Smalt #113A8F

Tints of Smalt #113A8F

Color information

#113A8F (or 0x113A8F) is unknown color: approx Smalt. HEX triplet: 11, 3A and 8F. RGB value is (17,58,143). Sum of RGB (Red+Green+Blue) = 17+58+143=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 143 (56.25% from 255 or 65.60% from 218); Max value from RGB is 143 - color contains mainly: blue. Hex color #113A8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113A8F is #EEC570. Grayscale: #373737. Windows color (decimal): -15648113 or 9386513. OLE color: 9386513.

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

Color convert

RGB1758143-
CMYK0.880.5900.44
HSL220.48º78.75%31.37%-
HSV(B)220.48º88.11%56.08%-
XYZ6.75.1326.62-
YUV55.43177.42100.59-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.80%
GREEN value IS 58 (23.05% from 255) = 26.61%
BLUE value IS 143 (56.25% from 255) = 65.60%
R=7.80%
G=26.61%
B=65.60%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17581430.880.5900.44220.4878.7531.37
Hex113A8F583B02Cdc4f1f
Octal21722171307305433411737
Binary10001111010100011111011000111011010110011011100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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