#114049

Color #114049 Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #114049

Tints of Tiber #114049

Color information

#114049 (or 0x114049) is unknown color: approx 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

RGB176473-
CMYK0.770.1200.71
HSL189.64º62.22%17.65%-
HSV(B)189.64º76.71%28.63%-
XYZ3.274.276.95-
YUV50.97140.43103.77-

RGB Variations

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

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.40%
R=11.04%
G=41.56%
B=47.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1764730.770.1200.71189.6462.2217.65
Hex1140494DC047be3e12
Octal211001111151401072767622
Binary100011000000100100110011011100010001111011111011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>