Html Css Color HEX #114049 Tiber

📋 copy color: '#114049'

red 17 ◦ green 64 ◦ blue 73

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

Shades of Tiber #114049

Tints of Tiber #114049

RGB

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

 GREEN value IS 64 (25.39% from 255) = 41.56%

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

R = 11.04%
G = 41.56%
B = 47.4%

CMYK

 C value IS 0.77

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#114049 (or 0x114049) is known color: Tiber. HEX triplet: 11, 40 and 49. RGB value is (17,64,73). Sum of RGB (Red+Green+Blue) = 17+64+73=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 73 (28.91% from 255 or 47.40% from 154); Max value from RGB is 73 - color contains mainly: blue. Hex color #114049 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114049 is #EEBFB6. Grayscale: #323232. Windows color (decimal): -15646647 or 4800529. OLE color: 4800529.

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

Color convert

RGB 17 64 73 -
CMYK 0.77 0.12 0 0.71
HSL 189.64º 0.62% 0.18% -
HSV(B) 189.64º 0.77% 0.29% -
XYZ 3.27 4.27 6.95 -
YUV 50.97 140.43 103.77 -
System Red Green Blue C M Y K H S L
Decimal 17 64 73 0.77 0.12 0 0.71 189.64 0.62 0.18
Hex 11 40 49 4D C 0 47 BE 3E 12
Octal 21 100 111 115 14 0 107 276 76 22
Binary 10001 1000000 1001001 1001101 1100 0 1000111 10111110 111110 10010

Color Harmonies of #114049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114049

Black with #114049

Text Example


Text Example

White with #114049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114049; }

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

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

background-color css

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

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

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

border-color css

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

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

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