#134147

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

Shades of Tiber #134147

Tints of Tiber #134147

Color information

#134147 (or 0x134147) is unknown color: approx Tiber. HEX triplet: 13, 41 and 47. RGB value is (19,65,71). Sum of RGB (Red+Green+Blue) = 19+65+71=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 71 (28.12% from 255 or 45.81% from 155); Max value from RGB is 71 - color contains mainly: blue. Hex color #134147 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134147 is #ECBEB8. Grayscale: #333333. Windows color (decimal): -15515321 or 4669715. OLE color: 4669715.

HSL color Cylindrical-coordinate representation of color #134147: hue angle of 186.92º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134147 is Cyan = 0.73, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB196571-
CMYK0.730.0800.72
HSL186.92º57.78%17.65%-
HSV(B)186.92º73.24%27.84%-
XYZ3.34.376.63-
YUV51.93138.76104.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 71 (28.12% from 255) = 45.81%
R=12.26%
G=41.94%
B=45.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1965710.730.0800.72186.9257.7817.65
Hex134147498048bb3a12
Octal231011071111001102737222
Binary100111000001100011110010011000010010001011101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134147; }

 p { color: rgb(19,65,71); }

 H1.HeaderClassName
 {
   color: #134147;
 }
 .AnyTagClassName
 {
   color: #134147;
 }
</style>
background-color css

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

 a { background-color: rgb(19,65,71); }

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

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

 span { border-color: rgb(19,65,71); }

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