Html Css Color HEX #113E49 Tiber

📋 copy color: '#113E49'

red 17 ◦ green 62 ◦ blue 73

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

Shades of Tiber #113E49

Tints of Tiber #113E49

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.79%

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

R = 11.18%
G = 40.79%
B = 48.03%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#113E49 (or 0x113E49) is known color: Tiber. HEX triplet: 11, 3E and 49. RGB value is (17,62,73). Sum of RGB (Red+Green+Blue) = 17+62+73=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #113E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E49 is #EEC1B6. Grayscale: #313131. Windows color (decimal): -15647159 or 4800017. OLE color: 4800017.

HSL color Cylindrical-coordinate representation of color #113E49: hue angle of 191.79º 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 #113E49 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 62 73 -
CMYK 0.77 0.15 0 0.71
HSL 191.79º 0.62% 0.18% -
HSV(B) 191.79º 0.77% 0.29% -
XYZ 3.16 4.05 6.92 -
YUV 49.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 17 62 73 0.77 0.15 0 0.71 191.79 0.62 0.18
Hex 11 3E 49 4D F 0 47 C0 3E 12
Octal 21 76 111 115 17 0 107 300 76 22
Binary 10001 111110 1001001 1001101 1111 0 1000111 11000000 111110 10010

Color Harmonies of #113E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E49

Black with #113E49

Text Example


Text Example

White with #113E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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