Html Css Color HEX #113F49 Tiber

📋 copy color: '#113F49'

red 17 ◦ green 63 ◦ blue 73

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

Shades of Tiber #113F49

Tints of Tiber #113F49

RGB

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

 GREEN value IS 63 (25% from 255) = 41.18%

 BLUE value IS 73 (28.91% from 255) = 47.71%

R = 11.11%
G = 41.18%
B = 47.71%

CMYK

 C value IS 0.77

 M value IS 0.14

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113F49 (or 0x113F49) is known color: Tiber. HEX triplet: 11, 3F and 49. RGB value is (17,63,73). Sum of RGB (Red+Green+Blue) = 17+63+73=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 73 (28.91% from 255 or 47.71% from 153); Max value from RGB is 73 - color contains mainly: blue. Hex color #113F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F49 is #EEC0B6. Grayscale: #323232. Windows color (decimal): -15646903 or 4800273. OLE color: 4800273.

HSL color Cylindrical-coordinate representation of color #113F49: hue angle of 190.71º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #113F49 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 63 73 -
CMYK 0.77 0.14 0 0.71
HSL 190.71º 0.62% 0.18% -
HSV(B) 190.71º 0.77% 0.29% -
XYZ 3.21 4.16 6.94 -
YUV 50.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 17 63 73 0.77 0.14 0 0.71 190.71 0.62 0.18
Hex 11 3F 49 4D E 0 47 BF 3E 12
Octal 21 77 111 115 16 0 107 277 76 22
Binary 10001 111111 1001001 1001101 1110 0 1000111 10111111 111110 10010

Color Harmonies of #113F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F49

Black with #113F49

Text Example


Text Example

White with #113F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,63,73); }

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

background-color css

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

 a { background-color: rgb(17,63,73); }

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

border-color css

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

 span { border-color: rgb(17,63,73); }

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