Html Css Color HEX #113E95 Smalt

📋 copy color: '#113E95'

red 17 ◦ green 62 ◦ blue 149

#113E95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #113E95

Tints of Smalt #113E95

RGB

 RED value IS 17 (7.03% from 255) = 7.46%

 GREEN value IS 62 (24.61% from 255) = 27.19%

 BLUE value IS 149 (58.59% from 255) = 65.35%

R = 7.46%
G = 27.19%
B = 65.35%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113E95 (or 0x113E95) is known color: Smalt. HEX triplet: 11, 3E and 95. RGB value is (17,62,149). Sum of RGB (Red+Green+Blue) = 17+62+149=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 149 (58.59% from 255 or 65.35% from 228); Max value from RGB is 149 - color contains mainly: blue. Hex color #113E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113E95 is #EEC16A. Grayscale: #3A3A3A. Windows color (decimal): -15647083 or 9780753. OLE color: 9780753.

HSL color Cylindrical-coordinate representation of color #113E95: hue angle of 219.55º 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 #113E95 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 62 149 -
CMYK 0.89 0.58 0 0.42
HSL 219.55º 0.8% 0.33% -
HSV(B) 219.55º 0.89% 0.58% -
XYZ 7.38 5.73 29.15 -
YUV 58.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 17 62 149 0.89 0.58 0 0.42 219.55 0.8 0.33
Hex 11 3E 95 59 3A 0 2A DC 50 21
Octal 21 76 225 131 72 0 52 334 120 41
Binary 10001 111110 10010101 1011001 111010 0 101010 11011100 1010000 100001

Color Harmonies of #113E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E95

Black with #113E95

Text Example


Text Example

White with #113E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #113E95;
 }
 .AnyTagClassName
 {
   color: #113E95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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