Html Css Color HEX #113391 Smalt

📋 copy color: '#113391'

red 17 ◦ green 51 ◦ blue 145

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

Shades of Smalt #113391

Tints of Smalt #113391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 7.98%
G = 23.94%
B = 68.08%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113391 (or 0x113391) is known color: Smalt. HEX triplet: 11, 33 and 91. RGB value is (17,51,145). Sum of RGB (Red+Green+Blue) = 17+51+145=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #113391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113391 is #EECC6E. Grayscale: #333333. Windows color (decimal): -15649903 or 9515793. OLE color: 9515793.

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

Color convert

RGB 17 51 145 -
CMYK 0.88 0.65 0 0.43
HSL 224.06º 0.79% 0.32% -
HSV(B) 224.06º 0.88% 0.57% -
XYZ 6.53 4.53 27.32 -
YUV 51.55 180.74 103.36 -
System Red Green Blue C M Y K H S L
Decimal 17 51 145 0.88 0.65 0 0.43 224.06 0.79 0.32
Hex 11 33 91 58 41 0 2B E0 4F 20
Octal 21 63 221 130 101 0 53 340 117 40
Binary 10001 110011 10010001 1011000 1000001 0 101011 11100000 1001111 100000

Color Harmonies of #113391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113391

Black with #113391

Text Example


Text Example

White with #113391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113391; }

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

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

background-color css

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

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

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

border-color css

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

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

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