Html Css Color HEX #113E48 Tiber

📋 copy color: '#113E48'

red 17 ◦ green 62 ◦ blue 72

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

Shades of Tiber #113E48

Tints of Tiber #113E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 47.68%

R = 11.26%
G = 41.06%
B = 47.68%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#113E48 (or 0x113E48) is known color: Tiber. HEX triplet: 11, 3E and 48. RGB value is (17,62,72). Sum of RGB (Red+Green+Blue) = 17+62+72=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 62 (24.61% from 255 or 41.06% from 151); Blue value is 72 (28.52% from 255 or 47.68% from 151); Max value from RGB is 72 - color contains mainly: blue. Hex color #113E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113E48 is #EEC1B7. Grayscale: #313131. Windows color (decimal): -15647160 or 4734481. OLE color: 4734481.

HSL color Cylindrical-coordinate representation of color #113E48: hue angle of 190.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #113E48 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 17 62 72 -
CMYK 0.76 0.14 0 0.72
HSL 190.91º 0.62% 0.17% -
HSV(B) 190.91º 0.76% 0.28% -
XYZ 3.12 4.03 6.74 -
YUV 49.69 140.59 104.69 -
System Red Green Blue C M Y K H S L
Decimal 17 62 72 0.76 0.14 0 0.72 190.91 0.62 0.17
Hex 11 3E 48 4C E 0 48 BF 3E 11
Octal 21 76 110 114 16 0 110 277 76 21
Binary 10001 111110 1001000 1001100 1110 0 1001000 10111111 111110 10001

Color Harmonies of #113E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113E48

Black with #113E48

Text Example


Text Example

White with #113E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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