Html Css Color HEX #113D95 Smalt

📋 copy color: '#113D95'

red 17 ◦ green 61 ◦ blue 149

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

Shades of Smalt #113D95

Tints of Smalt #113D95

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.87%

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

R = 7.49%
G = 26.87%
B = 65.64%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#113D95 (or 0x113D95) is known color: Smalt. HEX triplet: 11, 3D and 95. RGB value is (17,61,149). Sum of RGB (Red+Green+Blue) = 17+61+149=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #113D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113D95 is #EEC26A. Grayscale: #393939. Windows color (decimal): -15647339 or 9780497. OLE color: 9780497.

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

Color convert

RGB 17 61 149 -
CMYK 0.89 0.59 0 0.42
HSL 220º 0.8% 0.33% -
HSV(B) 220º 0.89% 0.58% -
XYZ 7.32 5.63 29.13 -
YUV 57.88 179.42 98.84 -
System Red Green Blue C M Y K H S L
Decimal 17 61 149 0.89 0.59 0 0.42 220 0.8 0.33
Hex 11 3D 95 59 3B 0 2A DC 50 21
Octal 21 75 225 131 73 0 52 334 120 41
Binary 10001 111101 10010101 1011001 111011 0 101010 11011100 1010000 100001

Color Harmonies of #113D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113D95

Black with #113D95

Text Example


Text Example

White with #113D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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