Html Css Color HEX #113891 Smalt

📋 copy color: '#113891'

red 17 ◦ green 56 ◦ blue 145

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

Shades of Smalt #113891

Tints of Smalt #113891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.69%

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

R = 7.8%
G = 25.69%
B = 66.51%

CMYK

 C value IS 0.88

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#113891 (or 0x113891) is known color: Smalt. HEX triplet: 11, 38 and 91. RGB value is (17,56,145). Sum of RGB (Red+Green+Blue) = 17+56+145=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 145 (57.03% from 255 or 66.51% from 218); Max value from RGB is 145 - color contains mainly: blue. Hex color #113891 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #113891 is #EEC76E. Grayscale: #363636. Windows color (decimal): -15648623 or 9517073. OLE color: 9517073.

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

Color convert

RGB 17 56 145 -
CMYK 0.88 0.61 0 0.43
HSL 221.72º 0.79% 0.32% -
HSV(B) 221.72º 0.88% 0.57% -
XYZ 6.76 4.99 27.4 -
YUV 54.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 17 56 145 0.88 0.61 0 0.43 221.72 0.79 0.32
Hex 11 38 91 58 3D 0 2B DE 4F 20
Octal 21 70 221 130 75 0 53 336 117 40
Binary 10001 111000 10010001 1011000 111101 0 101011 11011110 1001111 100000

Color Harmonies of #113891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113891

Black with #113891

Text Example


Text Example

White with #113891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113891; }

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

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

background-color css

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

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

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

border-color css

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

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

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