#113E8E

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

Shades of Smalt #113E8E

Tints of Smalt #113E8E

Color information

#113E8E (or 0x113E8E) is unknown color: approx Smalt. HEX triplet: 11, 3E and 8E. RGB value is (17,62,142). Sum of RGB (Red+Green+Blue) = 17+62+142=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #113E8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113E8E is #EEC171. Grayscale: #393939. Windows color (decimal): -15647090 or 9322001. OLE color: 9322001.

HSL color Cylindrical-coordinate representation of color #113E8E: hue angle of 218.4º 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 #113E8E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1762142-
CMYK0.880.5600.44
HSL218.4º78.62%31.18%-
HSV(B)218.4º88.03%55.69%-
XYZ6.845.5226.3-
YUV57.66175.5999-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.69%
GREEN value IS 62 (24.61% from 255) = 28.05%
BLUE value IS 142 (55.86% from 255) = 64.25%
R=7.69%
G=28.05%
B=64.25%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal17621420.880.5600.44218.478.6231.18
Hex113E8E583802Cda4f1f
Octal21762161307005433211737
Binary10001111110100011101011000111000010110011011010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,62,142); }

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

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

 a { background-color: rgb(17,62,142); }

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

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

 span { border-color: rgb(17,62,142); }

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