Html Css Color HEX #113491 Smalt

📋 copy color: '#113491'

red 17 ◦ green 52 ◦ blue 145

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

Shades of Smalt #113491

Tints of Smalt #113491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.3%

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

R = 7.94%
G = 24.3%
B = 67.76%

CMYK

 C value IS 0.88

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113491 (or 0x113491) is known color: Smalt. HEX triplet: 11, 34 and 91. RGB value is (17,52,145). Sum of RGB (Red+Green+Blue) = 17+52+145=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 145 (57.03% from 255 or 67.76% from 214); Max value from RGB is 145 - color contains mainly: blue. Hex color #113491 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113491 is #EECB6E. Grayscale: #333333. Windows color (decimal): -15649647 or 9516049. OLE color: 9516049.

HSL color Cylindrical-coordinate representation of color #113491: hue angle of 223.59º 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 #113491 is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 52 145 -
CMYK 0.88 0.64 0 0.43
HSL 223.59º 0.79% 0.32% -
HSV(B) 223.59º 0.88% 0.57% -
XYZ 6.57 4.62 27.33 -
YUV 52.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 17 52 145 0.88 0.64 0 0.43 223.59 0.79 0.32
Hex 11 34 91 58 40 0 2B E0 4F 20
Octal 21 64 221 130 100 0 53 340 117 40
Binary 10001 110100 10010001 1011000 1000000 0 101011 11100000 1001111 100000

Color Harmonies of #113491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113491

Black with #113491

Text Example


Text Example

White with #113491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113491; }

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

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

background-color css

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

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

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

border-color css

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

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

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