Html Css Color HEX #113791 Smalt

📋 copy color: '#113791'

red 17 ◦ green 55 ◦ blue 145

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

Shades of Smalt #113791

Tints of Smalt #113791

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 145 (57.03% from 255) = 66.82%

R = 7.83%
G = 25.35%
B = 66.82%

CMYK

 C value IS 0.88

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113791 (or 0x113791) is known color: Smalt. HEX triplet: 11, 37 and 91. RGB value is (17,55,145). Sum of RGB (Red+Green+Blue) = 17+55+145=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #113791 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113791 is #EEC86E. Grayscale: #353535. Windows color (decimal): -15648879 or 9516817. OLE color: 9516817.

HSL color Cylindrical-coordinate representation of color #113791: hue angle of 222.19º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #113791 is Cyan = 0.88, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 55 145 -
CMYK 0.88 0.62 0 0.43
HSL 222.19º 0.79% 0.32% -
HSV(B) 222.19º 0.88% 0.57% -
XYZ 6.71 4.9 27.38 -
YUV 53.9 179.41 101.68 -
System Red Green Blue C M Y K H S L
Decimal 17 55 145 0.88 0.62 0 0.43 222.19 0.79 0.32
Hex 11 37 91 58 3E 0 2B DE 4F 20
Octal 21 67 221 130 76 0 53 336 117 40
Binary 10001 110111 10010001 1011000 111110 0 101011 11011110 1001111 100000

Color Harmonies of #113791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113791

Black with #113791

Text Example


Text Example

White with #113791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113791; }

 p { color: rgb(17,55,145); }

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

background-color css

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

 a { background-color: rgb(17,55,145); }

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

border-color css

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

 span { border-color: rgb(17,55,145); }

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